Hi, 2019-05-01 18:21 GMT, Adrian Grigore <adrian.emil.grig...@gmail.com>: > I think it's done: > > http://adi.tilde.institute/tmp/pp.c > > > > On Thu, Apr 25, 2019 at 6:44 AM Adrian Grigore > <adrian.emil.grig...@gmail.com> wrote: >> >> Ok, refactored. >> >> http://adi.tilde.institute/tmp/pp.c >> >> Sorry, was experimenting before. >> >> On Wed, Apr 24, 2019 at 11:58 PM opal hart <o...@wowana.me> wrote: >> > >> > On Tue, 23 Apr 2019 12:26:04 -0400 >> > Cág <c...@bitmessage.ch> wrote: >> > > http://porkmail.org/era/unix/award.html >> > >> > `ls | cat` is actually useful to combat the differences between >> > implementations of ls(1) and ensure a one-column, uncoloured list >> > >> > -- >> > wowaname <https://wowana.me/pgp> >> > >> >> >> -- >> Thank you, >> Adi, >> Freelance Developer >> http://adi.tilde.institute/ > > > > -- > Thank you, > Adi, > Freelance Developer > http://adi.tilde.institute/ > >
Since you've ditched cat with heredocs for echo, and started to sanitize double-quotes and backticks running down the PHP path of doom, you may want to think about whether to sanitize or not dollar ($) symbols, too. It's a very good idea this one, I prefer this way to the m4 quirkies.