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.
たとえば、grepの結果が次の場合、grepの各結果の後に改行を続ける方法はありますか:
1 2 3
私はそれが必要です:
grep "pattern" /path/to/file | awk '{print $0,"\n"}'