RTFM:
GNU rm, like every program that uses the getopt function to parse its
arguments, lets you use the -- option to
indicate that all following arguments are non-options. To remove a file
called `-f' in the current directory, you could type either
rm -- -f
or
rm ./-f
The Unix rm program's use of a single `-' for this purpose predates the
development of the getopt standard syntax.- Effacer un fichier Loïc Le Guyader
- Re: Effacer un fichier Josselin Mouette
- Re: Effacer un fichier Loïc Le Guyader
- Re: Effacer un fichier Arthur
- Re: Effacer un fichier Guillaume Rumeau
- Re: Effacer un fichier Eric LeBlanc
- Re: Effacer un fichier Christophe Maury
- Re: Effacer un fichier nicolas

