Skip to content

Instantly share code, notes, and snippets.

@mjj2000
Last active December 14, 2015 11:49
Show Gist options
  • Save mjj2000/5081486 to your computer and use it in GitHub Desktop.
Save mjj2000/5081486 to your computer and use it in GitHub Desktop.
Simulate "wc -l" by sed
# simulate "wc -l" by sed
sed -n '$='
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment