Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Moses Kim authored and Moses Kim committed Feb 19, 2023
1 parent fc9ed26 commit 8903b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ $ git clone https://github.com/moseskim/shell-oneliner.git
- 원서 정보 페이지(기술평론사): https://gihyo.jp/book/2021/978-4-297-12267-6
- 셸 예능 정보 종합 사이트: https://shellgei.github.io/info/

## 코드 클론/다운로드 시 주의 사항

이 저장소에서 제공하는 대부분의 파일들에서는 줄바꿈 문자로 `LF`를 사용하고 있습니다. 윈도우 환경(WSL 등)에서 `git clone` 등의 명령어를 통해 코드를 클론하면 `LF``CR+LF`로 바뀌어 문제 풀이 시 잘못된 결과가 나올 수 있습니다. 저장소의 `<> Code` > `Download ZIP` 버튼을 클릭해 압축 파일로 다운로드하면 이를 방지할 수 있습니다.
2 changes: 1 addition & 1 deletion answer/34.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 해답

```
$ cat furigana.txt | sed -E 's/^(.*)(.*) ([^가-]*)\2/\1 \2 \3/'
$ cat furigana.txt | sed -E 's/^(.*)(.*) ([^가-]*)\2/\1 \2 \3/'
```

### 다른 풀이
Expand Down

0 comments on commit 8903b83

Please sign in to comment.