How to Find Files in Linux | Learning Terminal
Chris Titus Tech
In this video, I go over how to find files in Linux terminal. In this Linux Tutorial you will learn everything you ever wanted to know about the find commend and even some stuff you didn't know you wanted to know.
Basic syntax -find options starting/path expression $ find ~ -name media* Note: -name is CASE SENSITIVE for results $ find /var/html -name *.html $ find ~ -type d -iname Downloads Note: -iname makes it so results are not matched based on CASE.
Advanced syntax Find Files based on modified in the past 1 day $ find ~ -mtime -1 Note: cull this down by using | grep partial file name Or Find Files based on modified in the past 10 minutes $ find ~ -mmin -10 OR find Files based on modified in the past 10 minutes and greater than 10 megs $ find ~ -mmin -10 -size +10M
You can also add the -delete command at the end to delete ALL FILES FOUND!!! Use with extreme caution!
Bonus easily find where a program is located with "whereis" $ whereis gimp
💻 Recommendations 💻
- My Windows Anti-Virus ➜ https://links.christitus.com/webroot
- My VPN Service ➜ https://links.christitus.com/expressvpn
- Website Recommendations ➜ https://www.christitus.com/recommendations
🕹 Live Streams Monday & Friday 🕹
- Twitch ➜ https://www.twitch.tv/christitustech
- YouTube Archive ➜ https://www.youtube.com/c/ChrisTitusTechStreams
🖥 Contact me 🖥
- Patreon ➜ https://www.patreon.com/christitustech
- Official Site ➜ https://www.christitus.com
- Twitter ➜ https://twitter.com/christitustech
🚑 Need Help!? Ask our community! 🚑
- Discord ➜ https://www.christitus.com/discord
- Reddit ➜ https://www.reddit.com/r/ChrisTitusTech/
💰 My Amazon Store (YouTube Gear, PC Hardware, and Books I recommend) 💰
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support! ... https://www.youtube.com/watch?v=gibm4NYWSqg
35299534 Bytes