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.
文字または文字列の置換に ${var//string1/string2} を使用していますが、特定の列 awk で同じことを行う必要があります。
「_」ごとにスペースを置き換えるためにこれを試してくださいが、機能しません
cat file | awk -F',' '{print ${3// /_}'