Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

php line break in echo

echo "Thanks for your email" ."<br>". "Your orders details are below:"
Comment

echo break line

# --------------------------------------------------------------------------------- #
# 	Para utilizar saltos de linea en la orden echo utilizar la opción "-e" y 		#
# 	todo el texto entre comillas dobles. El salto de linea se representa como "
"  #
# --------------------------------------------------------------------------------- #
# 	To use line breaks in the echo command use the "-e" option and 					#
#	enclose all text in double quotes. The line break is represented as "-e". 		#
# --------------------------------------------------------------------------------- #
##################################### EXAMPLE #######################################

echo -e "
 testing line breaks with 
 the echo command
"

########### OUTPUT #########
| --------------------------------- |
|						            |
| testing line breaks with 			|
| the echo command		   			|
|						   			|
| --------------------------------- |
Comment

PREVIOUS NEXT
Code Example
Shell :: installing snap store 
Shell :: best linux vpn server 
Shell :: installing deb 
Shell :: git delete remote name 
Shell :: install Homebrew on mac or linux 
Shell :: macos brew 
Shell :: installing mongodb on m1 mac 
Shell :: Count files and directories using shell script 
Shell :: npm legacy-peer-deps 
Shell :: install brave browser in ubuntu 
Shell :: how to install lvm2 on ubuntu 
Shell :: pip install git branch 
Shell :: how to uninstall a software in ubuntu 
Shell :: teamviewer raspberry pi command line 
Shell :: xampp ubuntu 
Shell :: poetry python 
Shell :: nmap vulnerabilty scan 
Shell :: commit in git 
Shell :: show applications shortcut ubuntu 
Shell :: github no changes added to commit 
Shell :: git how to update branch from master 
Shell :: grep lines after match 
Shell :: how to get rid of local git repository 
Shell :: start powershell as different user 
Shell :: how to run a sh file in terminal 
Shell :: install alacritty 
Shell :: installation of genymotion on ubuntu 
Shell :: linux find installation location 
Shell :: surge flutter web 
Shell :: how to exit docker 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =