Timeline for Replace new lines with spaces using awk
Current License: CC BY-SA 4.0
        3 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 26, 2024 at 13:54 | comment | added | Stéphane Chazelas | 
        
            
    See also paste -sd '\t\n' input_file which avoids a trailing tab if the input has an odd number of lines (though note it produces one empty line on empty input).
        
     | 
|
| Feb 26, 2024 at 9:27 | history | edited | Kusalananda♦ | CC BY-SA 4.0 | 
        
            
             
                
                    Add assumption made and do minor markup changes 
                
             
        
     | 
| Feb 26, 2024 at 9:03 | history | answered | canupseq | CC BY-SA 4.0 |