Why are newlines not printed when calling echo "$var" ?
echo "$var"
chart () { local var=" find ~/Opstk/bin/gadin-1.0/ -name '*.rc' -exec \ grep -C MYVAR {} \+" echo "$var" }
echo "$var" }
echo
\\
echo
adds another one at the end. Also, just because it feels like this will be the next question: How can we run a command stored in a variable? – Kusalananda Jan 28 '23 at 06:15\\
puts the echo on same line. – Vera Jan 28 '23 at 06:29