This website requires JavaScript.
Explore
Help
Sign In
42berlin
/
piscine-shell00
Watch
1
Star
0
Fork
You've already forked piscine-shell00
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
piscine-shell00
/
ex08
/
clean
4 lines
73 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
find . -type f
\(
-name
"*~"
-o -name
"#*#"
\)
-print -delete
Reference in New Issue
View Git Blame
Copy Permalink