os:bsd:notes
Operating System - BSD - Notes
Finding files
Find the file source.txt:
find / -iname source.txt
Find the file(s) containing “source” in the filename:
find / -iname '*source*'
os/bsd/notes.txt · Last modified: 2015/02/14 10:44 by bas