Linux Command Line Tutorial For Beginners 29 - find command

preview_player
Показать описание
find - search for files in a directory hierarchy

usage
find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression]

Description
This manual page documents the GNU version of find. GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of precedence (see section OPERATORS), until the outcome is known (the left hand side is false for and operations, true for or), at which point find moves on to the next file name.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

For me it's easier to use the ~ symbol when searching in the home directory. But good lessons. You are a great teacher.

personanongrata
Автор

Thanks for the videos. It is very productive, I took a linux course and I am learning a lot more information here

derrickdike
Автор

this is the best tutorial.you are th best.

hisyyrb
Автор

Good - for what you have covered BUT, the "find" cmd is useful, you really should cover more about its use. Nevertheless, thanks for what you have done.

Douglas-hwis
Автор

What is the difference between locate vs find commands???

iordanistsapanidis
Автор

first of all thanks for all of your beautiful lectures. But this lecture is not working in my kali linux cd/var/log one. How can i fix it please help. Thanks once again .

jonathanjohansson
Автор

How to make it show directories of files that start with ''a'' and not having ''e''

Rock-rkhh