diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-07-02 23:44:43 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-07-02 23:44:43 +0200 |
| commit | 9bde00749e9944c357267a024b3ec78d81a6799c (patch) | |
| tree | da718a1c479f0846d29326c63e925a35c1e9d4ee /shell01/ex02 | |
| parent | 194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (diff) | |
| download | piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.gz piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.bz2 piscine-9bde00749e9944c357267a024b3ec78d81a6799c.zip | |
c00 start, shell01 ex01 correcion
Diffstat (limited to 'shell01/ex02')
| -rwxr-xr-x | shell01/ex02/find_sh.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
