Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux single line eof


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

echo -e "lalal:lalal
opp:ttt
ggg:zzz" | sendmail -S "lalalal" -f "dailaakak" -au "kakakak"
echo -n interpretes escapes characters such as 
 as a newline.
Comment

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: onefetch install 
Shell :: bash date as d/m/y 
Shell :: with great power comes great responsibility ubuntu 
Shell :: restart service hpux 
Shell :: echo object command line 
Shell :: yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh 93684c35 
Shell :: sed excape all quates 
Shell :: solana get version 
Shell :: run sudo without typing password manually 
Shell :: sudo install awk 
Shell :: journalctl --flush --rotate; journalctl --vacuum-time=1s; 
Shell :: how to know branch from which add branch 
Shell :: print all installed program with scoop 
Shell :: delete pods kubectl 
Shell :: tapping homebrew/core 
Shell :: check_mk ubuntu 20.04 
Shell :: brew install keepnote 
Shell :: uninstall maps 
Shell :: docker mongo tutorial 
Shell :: Auto-open DevTools on every new tab For bash on macOS 
Shell :: exiting nano 
Shell :: npm global install without sudo 
Shell :: changed files githib 
Shell :: ERROR: Error installing jekyll:ERROR: Failed to build gem native 
Shell :: what is shell in linux 
Shell :: substring if statement variable shell script 
Shell :: install zabbix 
Shell :: lintcode 
Shell :: add new file to context menu win 10 11 
Shell :: ligne de commande pour installer lex sur linux 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =