Find command in Linux · $ find [where to start searching from] [-options] [what to find ] · $ find . /A1 -name file1.txt · $ find -name '*.txt' · $ find . /A1/B2 - ...
確定! 回上一頁