Problem deleting files
John R. Levine
johnl at iecc.com
Sun Jul 1 22:24:57 UTC 2018
> # rm -fr .
> rm: "." and ".." may not be removed
Oh, ok, then go one level up. If your directory is callled abc
$ rm -rf abc
the -r recursor uses a library that can handle arbitrarily large sets of
files.
Regards,
John Levine, johnl at iecc.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
More information about the freebsd-questions
mailing list