this is my code #!/bin/sh echo " Command line argument is :" $1 if [ -d $1 ] then echo " The number of files in the directory is ` ls -l...
Hell guys, I need a little help to solve this question Write a Bourne shell script which: • Has one command line argument. • If the command...
Separate names with a comma.