01:56:48 hello all, there is a file named -s , how can I delete it? 04:24:45 tozhu: `rm -- "-s"` 04:25:01 POSIX optargs must stop parsing them after a "--". 04:25:42 Alternatively "rm -i *s*" and only answer "y" to the file you wish to delete. 04:46:25 danmcd: thank you very much