Answers for "shell empty line"

1

bash remove empty line

sed -r '/^s*$/d'
Posted by: Guest on October-21-2021
0

bash print a blank line

# Use only:
echo

echo "" or echo " " can be used too
Posted by: Guest on September-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language