> And oh, please: drop those whitespaces off file and directory names. This > makes teaching shell scripting to newbies a really #@%*&$ยก~ chore. Unless > you want newbies to not learn scripting [1].
On the flip side, it teaches good practices, compared to the all too
common scripts using un-quoted $foo which vomits all over your system as
soon as it bumps into a file with a not-so-funny character in it.
Stefan

