This works: find /home/example -mtime 2
This doesn't: find /home/example -mtime 2s
Read the man page but looks like I'm doing it right AFAICT.
This works: find /home/example -mtime 2
This doesn't: find /home/example -mtime 2s
Read the man page but looks like I'm doing it right AFAICT.