Text-mode apps (Was :Who are the "spacists"?)

Tim Chase python.list at tim.thechases.com
Sat Apr 1 13:57:18 EDT 2017


On 2017-04-01 19:43, Marko Rauhamaa wrote:
> It would be nice to be able to use a / in my file names. Funny
> enough, I'm allowed to use a zillion unprintable characters in my
> file names but no slashes allowed.
> 
> Example:
> 
>    results-Q2/2017.json

You can:

  $ touch $(/usr/bin/printf "results-Q2\u22152017.")


Now, whether one would find it *prudent*, that's another matter. ;-)

-tkc








More information about the Python-list mailing list