Horje
linux single line eof Code Example
linux single line eof

If it has to be in one line without newlines use that:

echo -e "lalal:lalal\nopp:ttt\nggg:zzz" | sendmail -S "lalalal" -f "dailaakak" -au "kakakak"
echo -n interpretes escapes characters such as \n as a newline.
linux single line eof
$ cat - << someword
> Here you
> can
> write text with as many
> newlines as you want.
> someword
Here you
can
write text with as many
newlines as you want.




Shell

Related
search gitlab by ci property Code Example search gitlab by ci property Code Example
set up jdk and maven on wsl Code Example set up jdk and maven on wsl Code Example
important linux command Code Example important linux command Code Example
push to multiple remotes git Code Example push to multiple remotes git Code Example
bash: conda: command not found Code Example bash: conda: command not found Code Example

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