logoISU  

CS469/569 - Linux and Unix Administration and Networking

Spring 2022

Displaying ./code/h6/e.sh

#!/bin/bash

# This script should take a list of file-names on the command line and print
# a count of the number of regular files, directories, symbolic links and
# other file-types respectively. Ex:
# >./e.sh /etc/* /dev/*
# Files: 168
#  Dirs: 121
# Links: 22
#  Misc: 258