UNIX,不小心建了一个“-p"这样的目录,rm -r -p或者 rm -r "-p"都无法删除,报”rm: illegal option -- p"错, 百度之,发现解决方案, rm -r -- -p,重点为是“--"