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

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