LoginSignup
8
7

More than 3 years have passed since last update.

awkの出力について(シングルクォーテーション、改行なし)

Last updated at Posted at 2013-11-07

シングルクォーテーション

\047を利用する

シングルクォーテーションで囲って出力させたい場合の例
awk '{print "\047"$1"047"}'

改行なしで出力したい

printfを利用する

8
7
0

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
8
7