Horje
bash replace newline with space Code Example
bash replace newline with space
Just use tr command as follow:
tr '\n' ' ' < file	#Replaces all newlines matches with a space ' '




Shell

Related
git rename master branch to main Code Example git rename master branch to main Code Example
http errors npm Code Example http errors npm Code Example
install flask in venv Code Example install flask in venv Code Example
git pull onbly submodule Code Example git pull onbly submodule Code Example
installing appimage file ubuntu Code Example installing appimage file ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8