Answers for "shell keep newline at output"

0

shell keep newline at output

# You want to say
echo "$lines"

# instead of
echo $lines

# $, $() and `` remove n t ...
# By "string-ing" it, it keeps them.
Posted by: Guest on January-14-2022

Code answers related to "shell keep newline at output"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language