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

You'd need something like this:

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



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

Search: