first commit
This commit is contained in:
2
finish/shell01/ex03/count_files.sh
Normal file
2
finish/shell01/ex03/count_files.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find . -type f,d | wc -l
|
Reference in New Issue
Block a user