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 [...]
↧