dylan2
5/9/2017 - 8:33 AM

Search and find commands

Find files over a certain size and search file contents

find / -type f -size +300M
sudo grep -r x-frame /etc
// https://www.howtoforge.com/tutorial/linux-grep-command/