📅  最后修改于: 2022-03-11 14:51:18.541000             🧑  作者: Mango
find - name "*filename*"
-> to find in this folder type '.'
the '*' in the filename means each wildcard, any string
<<< examples >>>:
find . -name "*.txt"
find . -name "goku.*"