Articles & Code Snippets


Terminal search files by text that the file names contain

Terminal search files by text that the file names contain


sudo find / -type f -name "*string*"
web


Archives