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 /shell00/ex08/clean | |
| parent | 194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (diff) | |
| download | piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.gz piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.bz2 piscine-9bde00749e9944c357267a024b3ec78d81a6799c.zip | |
c00 start, shell01 ex01 correcion
Diffstat (limited to 'shell00/ex08/clean')
| -rwxr-xr-x | shell00/ex08/clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell00/ex08/clean b/shell00/ex08/clean new file mode 100755 index 0000000..43d8991 --- /dev/null +++ b/shell00/ex08/clean @@ -0,0 +1 @@ +find . -type f \( -name "*~" -o -name "#*#" \) -print -delete | sed "s/.*\///g" |
