LoginSignup
1
1

More than 5 years have passed since last update.

FreeBSDのsedで\rを取り除く方法

Last updated at Posted at 2015-05-09

FreeBSDの標準で入っているsedでは「\r」を使用できず、若干の工夫が必要です。

sed "s/`printf '\r'`//g" ファイル
1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1