Skip to content

Commit

Permalink
Update hw04.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjun authored Dec 16, 2022
1 parent 4a5011a commit 104d30d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hw04/hw04.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ spec에 나와있는 명령어로는 오류가 나와, 메뉴얼에 있는대로

![find1](./src/find1.png)

3이 출력되었다. 즉, 같은 파일이 3개 있는 것으로 보인다.
3이 출력되었다. 즉, 같은 파일이 3개 있는 것이다.
이것은 위에서 '기술과학'과 '사회과학'에 같은 실습을 동일하게 진행한 결과로 인한 것으로 보인다.

```
mkdir all
Expand All @@ -205,4 +206,4 @@ find 기타/ -type f -exec mv {} all/ \;
find 사회과학/ -type f -exec mv {} all/ \;
find 예술/ -type f -exec mv {} all/ \;
```
위에서 `file` 대신 `f`를 사용한 것과 같이, 변경하여 실행하였다.
위에서 `file` 대신 `f`를 사용한 것과 같이, 변경하여 실행하였다.

0 comments on commit 104d30d

Please sign in to comment.