Closed bennofs closed 6 years ago
echo does not support escape sequences such as "\n" on all systems (it fails on ArchLinux for example). Switching to printf solves this.
echo
printf
echo
does not support escape sequences such as "\n" on all systems (it fails on ArchLinux for example). Switching toprintf
solves this.