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 -- https://mail.python.org/mailman/listinfo/python-list