Skip to content

Instantly share code, notes, and snippets.

@c33k
Created February 25, 2018 02:50
Show Gist options
  • Save c33k/f0eb76be344129638f1fdae0839f109a to your computer and use it in GitHub Desktop.
Save c33k/f0eb76be344129638f1fdae0839f109a to your computer and use it in GitHub Desktop.
Shell script useful
/bin/ls -h | grep *.txt | sed s/\s_/\n/g | while read LINE; do echo -n "$LINE "; wc -l $LINE | awk '{print $1}'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment