Ansible Notes

From Federal Burro of Information
Revision as of 16:56, 2 September 2014 by David (talk | contribs)
Jump to navigationJump to search

output to one line:

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