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