Skip to content

Instantly share code, notes, and snippets.

@jgwill
Last active May 12, 2019 14:32
Show Gist options
  • Select an option

  • Save jgwill/a34e01ab103bbb6fdf1f189b247a1d26 to your computer and use it in GitHub Desktop.

Select an option

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