+ 1
Can anyone help me creat a shell script command in linux to ask user for directory name and count the number inside it?
question
4 Answers
+ 1
You can do this in ls with "ls [DIRECTORY_PATH] | wc -l"
+ 1
You could put that in a shell script
0
ben..i need a shell script command
0
okey thank you