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