Horje
find linux Code Example
find linux
find . -name "pattern" -print
Find linux
find . -name "foo*"
find in linux
$ find [where to start searching from]
 [expression determines what to find] [-options] [what to find]
 
 $ find ./GFG -name sample.txt 
linux find command
find / -name .profile -print
find . -perm 0600 -print
find ./test ./logs -name failed*.* -type f
find . -ctime 1 -print
find . -name ‘*find*’ -print




Shell

Related
source command Code Example source command Code Example
git change master branch Code Example git change master branch Code Example
ssh save password Code Example ssh save password Code Example
how to close an issue with a commit Code Example how to close an issue with a commit Code Example
git see local changes Code Example git see local changes Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11