Skip to content

Instantly share code, notes, and snippets.

@lchanmann
Created February 20, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lchanmann/6114c43a09a51739c7c2 to your computer and use it in GitHub Desktop.
Save lchanmann/6114c43a09a51739c7c2 to your computer and use it in GitHub Desktop.
sh: number the line in a file (from man paste)
sed = myfile | paste -s -d '\t\n' - -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment