Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
awk print 関数を使用して、次の文字列チェックを実行しています。
STRING=$(awk '{print $1" " "=" " " $2}' /tmp/test_file.out)
その文字列をエコーすると、生成されます
Column1text = 090756
2 列目に 2 文字ごとにコロンを挿入するにはどうすればよいですか?
Column1text = 09:07:56