6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
|
#-----------------------------------------------------------------------
|
||
|
# Check number of command line arguments
|
||
|
#-----------------------------------------------------------------------
|
||
|
[ $# -lt 1 ] && { echo -e "\n\tUsage: ${0##/*/} File\n"; exit 1; }
|
||
|
|