commit
This commit is contained in:
2
Shell_01/git/ex02/find_sh.sh
Executable file
2
Shell_01/git/ex02/find_sh.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find . -type f -name '*.sh' -exec basename '{}' .sh \;
|
||||
Reference in New Issue
Block a user