aboutsummaryrefslogtreecommitdiff
path: root/j01/ex02
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-02 15:33:01 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-02 15:33:01 +0200
commit194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (patch)
tree533669b6ca03987491fdc53825b2ccacb474398c /j01/ex02
downloadpiscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.tar.gz
piscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.tar.bz2
piscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.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"