Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created September 13, 2018 20:56
Show Gist options
  • Save ultim8k/f11e3908e81fa7c0ae55f2d72b0e8c1a to your computer and use it in GitHub Desktop.
Save ultim8k/f11e3908e81fa7c0ae55f2d72b0e8c1a to your computer and use it in GitHub Desktop.
So much for the sea shells

Count lines of this file

cat ./README.md | wc -l

Convert input from standard input into arguments to a command

echo {0..9} | xargs -n 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment