Hacker News new | past | comments | ask | show | jobs | submit login

    cat foo <(printf "\\n") bar


?



Nope :)

(Hint: what's the neutral element?)


You'd need something like this:

    cat <(cmd1... | awk -vRS='\0' '""$0') <(cmd2... | awk -vRS='\0' '""$0') >>output




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: