• + 0 comments
    paste -d '\t' - - -
    

    The paste command, when used with the - option, is used to merge lines from one or more files horizontally, with each line separated by a specified delimiter. When you use - as the file argument to paste, it reads input from standard input (stdin).