Skip to content

Instantly share code, notes, and snippets.

@clok
Created December 18, 2012 23:32
Show Gist options
  • Save clok/4333068 to your computer and use it in GitHub Desktop.
Save clok/4333068 to your computer and use it in GitHub Desktop.
add single quote to xargs
grep -i ipad uas_head.log | sed 's/^/"/g' | sed 's/$/"/g' | tr '\n' ' ' | xargs /Users/derek.smith/dev/ds/scripts/parse.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment