Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created April 11, 2014 18:40
Show Gist options
  • Save yuitest/10491038 to your computer and use it in GitHub Desktop.
Save yuitest/10491038 to your computer and use it in GitHub Desktop.
tail と xargs する時のメモ
tail -n 0 -f hoge.txt | xargs -I{} echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment