From 194a9c63eea7c053ea8eddcc6e24a5f4053febe7 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 2 Jul 2019 15:33:01 +0200 Subject: shell00 and shell01 --- j01/ex02/find_sh.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 j01/ex02/find_sh.sh (limited to 'j01/ex02') 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" -- cgit