aboutsummaryrefslogtreecommitdiff
path: root/j01/ex02
diff options
context:
space:
mode:
authorCabergs Charles <cacharle@e-r6-p7.s19.be>2019-07-02 15:33:01 +0200
committerCabergs Charles <cacharle@e-r6-p7.s19.be>2019-07-02 15:33:01 +0200
commit0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a (patch)
tree533669b6ca03987491fdc53825b2ccacb474398c /j01/ex02
downloadpiscine-0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a.tar.gz
piscine-0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a.tar.bz2
piscine-0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a.zip
shell00 and shell01
Diffstat (limited to 'j01/ex02')
-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"