how to print new line in shell script
echo -e "hello\nworld"# Using echo
echo -e "Line 1\nLine 2"
echo "Line 1 $HOME expanded
Line 2"
echo 'Line 1 $HOME not expanded
Line 2'
# Similar result, using cat
cat <<EOF
Line 1 $HOME expanded
Line 2
EOF
cat <<'EOF'
Line 1 $HOME not expanded
Line 2
EOF
echo -e 'This is First Line \nThis is Second Line'
Also in C++:
- linux create public key
- refresh desktop entries
- torshammer github
- sudo gem install cocoapods-deintegrate cocoapods-clean
- bash print lines unique to one file
- copy directory in linux
- replace delimiter for new line
- how to know version of tensorflow in linux command line
- How to install nvm in react
- command to check size of folder in linux
- vim delete to beginning of file
- github get email address
- djanog shell change password
- delete all files smaller than a certain size linux
- how to open directory in linux using command
- ver version de linux
- You must install graphviz to plot tree mac
- how to install pip on linux
- django
- brew install mongodb
- untar gz file ubuntu
- powershell make directory
- linux invalid filename fix
- how to check folder size in linux