helderco / univ-contfd

Bash script to count files and directories. Made for an Operating Systems class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contfd/contfdrt - Files and directory counting

This was a bash script made for a project in an Operating Systems class.

contfd counts, for each provided directory, the number of sub-directories, executable files, non-executable files and links. Directories are always specified as relative or absolute to the user's home dir.

contfdrt does the same but for system directories.

More information

For more information:

contfd -h

And...

sudo contfdrt -h

Enunciado (portuguese)

O enunciado está disponível no ficheiro Projecto_ShellScript.pdf.

About

Bash script to count files and directories. Made for an Operating Systems class.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%