Skip to content

Instantly share code, notes, and snippets.

@almorel
Created October 28, 2011 18:55
Show Gist options
  • Save almorel/1323077 to your computer and use it in GitHub Desktop.
Save almorel/1323077 to your computer and use it in GitHub Desktop.
awk - colonne en ligne
ps aux|awk '{gsub(/\n/,"");printf("%s,",$2);}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment