Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active October 19, 2019 01:57
Show Gist options
  • Save sailfish009/265305e5da6fd949c0951218ef274ee3 to your computer and use it in GitHub Desktop.
Save sailfish009/265305e5da6fd949c0951218ef274ee3 to your computer and use it in GitHub Desktop.
#! /bin/sh
# Count number of files within a directory in Linux:
# https://stackoverflow.com/questions/20895290/count-number-of-files-within-a-directory-in-linux
ls -l . | egrep -c '^-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment