We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb92f52 commit 39c7c3eCopy full SHA for 39c7c3e
1 file changed
Linux/TIL/리눅스명령어.md
@@ -86,3 +86,8 @@ mv ./폴더명/* ./backup/2023/
86
// 해당 파일을 ./로 옮김
87
cp ./backup/2023./*
88
```
89
+
90
+## 파일 찾기
91
+```
92
+find / -name "myfile.txt"
93
0 commit comments