Sort by

recency

|

51 Discussions

|

  • + 0 comments
    paste -s | tr $'\t' ';'
    
  • + 0 comments

    Simple solution:

    paste -sd';'
    
  • + 0 comments

    tr $"\n" ";" | head -c -1

  • + 0 comments

    paste -sd';' -

  • + 0 comments

    Try this -->

    paste -s -d ";"