jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.79k stars 764 forks source link

Fix 'echo' syntax where newline characters are used (Issue #57) #72

Closed bisen2 closed 4 years ago

bisen2 commented 6 years ago

echo needs -e flag to print newline characters

jeroenjanssens commented 4 years ago

Thanks, that's a good point. But because of #91 I now think it's better to use printf instead of echo.