Her zaman merak ediyorum: çoğu GNU / Unix aracı "eksi bir şey" biçiminde seçenekler alır, bazen bir argüman izler. Eksi bir şey adlı bir dosyanız varsa ne olur?
$ ls
-f
$ rm -f
$ ls
-f
$ mv -f abc
mv: missing destination file operand after `abc'
Try `mv --help' for more information.
$ cat -f
cat: invalid option -- 'f'
Try `cat --help' for more information.
veya
$ ls
-ohello.c
$ gcc -ohello -ohello.c
gcc: fatal error: no input files
compilation terminated.
Bu sadece meraktan çıktı; Bunun için bir kullanım durumum yok.