Skip to content

Instantly share code, notes, and snippets.

@jgwill
Last active May 12, 2019 14:32
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 jgwill/a34e01ab103bbb6fdf1f189b247a1d26 to your computer and use it in GitHub Desktop.
Save jgwill/a34e01ab103bbb6fdf1f189b247a1d26 to your computer and use it in GitHub Desktop.
Count files in the current dir
#@STCGoal Count files in the current dir
alias countfiles="du -a . | wc -l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment