About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
CharlieC3
2/13/2020 - 10:07 PM
share
Share
add_circle_outline
Save
Converts a multi-line string into a space-separated string
convert_newline_to_spaces.sh
content_copy
file_download
#!/bin/bash sed ':a;N;$!ba;s/\n/ /g' file
clear