aboutsummaryrefslogtreecommitdiff
path: root/shell00/ex08/clean
diff options
context:
space:
mode:
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"