From f870cace58c695e417cde3c6f1ae9d3838d83bc3 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Tue, 2 Jul 2019 23:44:43 +0200 Subject: c00 start, shell01 ex01 correcion --- shell01/ex02/find_sh.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 shell01/ex02/find_sh.sh (limited to 'shell01/ex02') 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" -- cgit