aboutsummaryrefslogtreecommitdiff
path: root/shell00/ex08/clean
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
commit9bde00749e9944c357267a024b3ec78d81a6799c (patch)
treeda718a1c479f0846d29326c63e925a35c1e9d4ee /shell00/ex08/clean
parent194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (diff)
downloadpiscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.gz
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.bz2
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.zip
c00 start, shell01 ex01 correcion
Diffstat (limited to 'shell00/ex08/clean')
-rwxr-xr-xshell00/ex08/clean1
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"