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