Skip to content

Commit 39c7c3e

Browse files
authored
Update 리눅스명령어.md
1 parent bb92f52 commit 39c7c3e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Linux/TIL/리눅스명령어.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ mv ./폴더명/* ./backup/2023/
8686
// 해당 파일을 ./로 옮김
8787
cp ./backup/2023./*
8888
```
89+
90+
## 파일 찾기
91+
```
92+
find / -name "myfile.txt"
93+
```

0 commit comments

Comments
 (0)