Linux How to Find a File

Linux How to Find a File

Channel:
Subscribers:
2,750
Published on ● Video Link: https://www.youtube.com/watch?v=9r1ll_Fug1o



Category:
Guide
Duration: 15:01
203 views
8


This video covers basic steps on how to find files in Linux. I primarily use the command "find" and if I want to search text within files, I use the grep command.

find . -name "filename*"
find . -mtime +30

grep -i -H -n -R texttosearch ./*







Tags:
linux how to find a file
linux find file recursive
linux recursive find text in files
use grep to search for text in a file
grep command to find a file in a directory
grep all files in current directory
grep filename in directory
linux find all files in directory recursive
how to find a file in linux in all directories
linux find a file anywhere
find directory linux
linux best way to find a file