# 改行文字の置換(CRLF → LF)

```
sed -i 's/¥r//g' target_file
```