aboutsummaryrefslogtreecommitdiff
path: root/shell01/ex02
diff options
context:
space:
mode:
Diffstat (limited to 'shell01/ex02')
-rwxr-xr-xshell01/ex02/find_sh.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell01/ex02/find_sh.sh b/shell01/ex02/find_sh.sh
new file mode 100755
index 0000000..3f13587
--- /dev/null
+++ b/shell01/ex02/find_sh.sh
@@ -0,0 +1 @@
+find . -type f -name "*.sh" | sed "s/.*\///g" | sed "s/\.sh//g"