Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo find / -type f \( -name "*.1" -o -name "*.2" -o -name "*.3" -o -name "*.4" -o -name "*.5" -o -name "*.6" -o -name "*.7" -o -name "*.8" -o -name "*.9" -o -name "*.man" -o -name "*.gz" \) 2>/dev/null > manpages.txt
- sudo find / -type d -name "man" > mandirs.txt
Advertisement
Add Comment
Please, Sign In to add comment