pipe stderr into another process

profesor發表於2024-05-16

ffprobe abc.mp3 2> >(grep title)

參考:

https://stackoverflow.com/questions/1507816/with-bash-how-can-i-pipe-standard-error-into-another-process

相關文章