Exos (Update Ex0)
This commit is contained in:
1
ex0/find_sh.sh
Executable file
1
ex0/find_sh.sh
Executable file
@@ -0,0 +1 @@
|
||||
find . -iname "*.sh" -execdir sh -c 'printf "%s\n" "${0%.*}"' {} ';' | cut -c3-
|
||||
1
ex1/clean
Executable file
1
ex1/clean
Executable file
@@ -0,0 +1 @@
|
||||
find . -type f -name "*~" -print -delete -o -name "#*#" -print -delete
|
||||
1
ex2/count_files.sh
Executable file
1
ex2/count_files.sh
Executable file
@@ -0,0 +1 @@
|
||||
find | wc -l
|
||||
Reference in New Issue
Block a user