Quantcast
Viewing all articles
Browse latest Browse all 10

How to use ‘find’ in file

Linux has many usefull command. I always use this command to find a single file find . | grep filename But it’s not a really good implementation to how to use the syntax. For search file name, use this command instead. find -name filename find -name "you can event use a wildcard *" For directory [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles