Skip to content

Instantly share code, notes, and snippets.

@ieure
Created May 28, 2011 00:58
Show Gist options
  • Save ieure/996472 to your computer and use it in GitHub Desktop.
Save ieure/996472 to your computer and use it in GitHub Desktop.
$ cat input
alice
bob
carol
dave
eve
$ y nl nl < input
1 alice
1 bob
2 carol
2 dave
3 eve
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment