[ENG] How To: Use the find command to find files, using some regex

preview_player
Показать описание
How To: Use the find command to find files, using some regex

*Commands used in this video*
---
find /home -name wally
find /home -name Wally
find /home -iname wally
ll /home/*book*
find /home -iname "*book*"
find /home -iname "*book"
find /home -iname "book*"
touch /home/my_personal_BOOK_here
find /home -iname "*book*"
find /home -name "*book*"
---

*Contact*

*Editor*
Рекомендации по теме
Комментарии
Автор

Extra tip to when searching files that have specific word you search for

find /"path" -type f -exec grep -rl "word" {} \;

It will list all files containing this word

kirlusmicheal
Автор

Short video short revision for Linux, how to ++

mohitkushwah
welcome to shbcf.ru