Ansible Notes

From Federal Burro of Information
Revision as of 16:37, 2 September 2014 by David (talk | contribs) (Created page with "output to one line: cat /tmp/david/report.java | perl -n -e " $/ = '' ; print join ( ',' , split\"\n\" ) . \"\n\"; " | more")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

output to one line:

cat /tmp/david/report.java  | perl -n -e " $/ =  ; print join ( ',' , split\"\n\" ) . \"\n\"; " | more