View Find all world writable directories / files find / -perm -0002 –type d -print find / -perm -0002 –type f -printRead More
View Get only different lines from 2 files using diff (line by line comparison) diff –changed-group-format=“%>” –unchanged-group-format=“” file1 file2Read More
View Find all files created or updated in the last five minutes Note Great for finding effects of make install find / -cmin -5Read More