
Linux How to Find a File
Channel:
Subscribers:
2,750
Published on ● Video Link: https://www.youtube.com/watch?v=9r1ll_Fug1o
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 ./*
Other Videos By Geekhead
2020-01-23 | Installing Ubuntu Server from Bootable USB |
2020-01-17 | Fix Dual Boot Windows 10 and Ubuntu Linux Time Difference |
2020-01-13 | How to Copy Photos from your iPhone to Windows 10 |
2019-12-28 | How to Share Folder in Linux with Windows 10 |
2019-12-27 | Creating ZFS Pool Single Disk to Mirror |
2019-12-26 | ffmpeg Crop Filter Videos for Instagram Posts and More |
2019-12-09 | BAD NORTH JOTUNN Final Level |
2019-11-15 | ROOM: Doom Roblox |
2019-11-15 | Linux Windows Remote Desktop REMMINA |
2019-11-08 | Unboxing the Logitech G920 Steering Wheel REVIEW |
2019-10-30 | Linux How to Find a File |
2019-07-26 | CAN YOU BEAT ME at zty.pe? |
2019-07-23 | UM Spike Walker vs 26K PR Ice Sage |
2019-07-20 | Building my 25K PR ICE SAGE |
2019-07-15 | TROVE RETURNS |
2019-02-04 | Breaking into San Quentin DEFIANCE 2050 |
2019-02-02 | How to Level Weapons in Defiance 2050 |
2019-01-31 | TMW Hannibal 650r Four Stroke! Defiance 2050 |
2019-01-26 | COLLATERAL DAMAGE EXPECTED Defiance 2050 |
2019-01-23 | DEFIANCE 2050 Level 10 EGO |
2019-01-19 | Defiance 2050 Gameplay |
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