>> I have not been able to figure out how to run commands on them such as >> cat or to cut out the leading dash (mv). > > Use -- to tell the command, that from there on, no options are given > anymore. > > # Delete the files -i and --interactive > $ rm -- -i --interactive
Or simply use ./-i ... /v -- | | UMPA - ENS Lyon | Mél: [email protected] | | Vincent Beffara | 46 allée d'Italie | Tél: (+33) 4 72 72 85 25 | | | 69364 Lyon Cedex 07 | Fax: (+33) 4 72 72 84 80 | _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
