Skip to content

Instantly share code, notes, and snippets.

@dschep
Created March 24, 2016 01:29
Show Gist options
  • Save dschep/2022e4e2c28983d81ee8 to your computer and use it in GitHub Desktop.
Save dschep/2022e4e2c28983d81ee8 to your computer and use it in GitHub Desktop.
Streaming version of wc -l
#!/bin/bash
exec awk '{printf "\r%lu", NR}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment