Today: The born of a UNIX hater...
Last week I found fixing-unix-linux-filenames.html and find it enlightening, yesterday I started to read in The UNIX-HATERS Handbook and find it quiet amusing, and today, yeah since today I can tell a little story.gif by myself.
Update while trying to post: I discovered that Wordpress can't resize animated .gif files. Just sayin'...
Mit doppelten Dash
--
kann man auch solche Dateien anlegen und löschenriso3860@webis10:~/test$ touch -- --
riso3860@webis10:~/test$ touch -- ---
riso3860@webis10:~/test$ ls
-- ---
riso3860@webis10:~/test$ ls -l
total 0
-rw-r--r-- 1 riso3860 riso3860 0 Sep 24 19:32 --
-rw-r--r-- 1 riso3860 riso3860 0 Sep 24 19:32 ---
riso3860@webis10:~/test$ rm *
riso3860@webis10:~/test$ ls -l
total 0
-rw-r--r-- 1 riso3860 riso3860 0 Sep 24 19:32 --
riso3860@webis10:~/test$ echo "fuck"
fuck
riso3860@webis10:~/test$ rm -- --
riso3860@webis10:~/test$ ls -l
total 0
riso3860@webis10:~/test$