Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2001 23:29:13 +0200
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        freebsd-questions@freebsd.org
Subject:   Re: directory
Message-ID:  <Pine.BSF.4.10.10102172324130.36319-100000@comsys.ntu-kpi.kiev.ua>
In-Reply-To: <3A8D2F2C.26790.23AAADDE@localhost>
References:  <3A8D2F2C.26790.23AAADDE@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
You can "cd", "rm" -directories in some ways:

1. Use absolute or relative path:

rm -d ./-dir
rm -d /path/to/-dir

2. Use "--" option:

rm -d -- -dir

"--" stops argument parsing. It also works with "cd" (I use bash), but I
am not sure that it will work with some other shell.

On Fri, 16 Feb 2001, Jim McIver wrote:

> Downloaded a couple of *.tar files from the FreeBSD webpage.
> 
> Extract with the tar -xvf command and they created the following 
> directory:
> /pub/FreeBSD/branches/-current/ports/misc/......
> 
> Anyway, I'm unable to cd into the -current directory to run the 
> makefile. How do I cd to a -minus directory?
> 
> man pages indicate I can remove a directory and it's contents, but to 
> see the rm(1) command.
> 
> When I try to do a "man rm(1)" it won't work either.
> 
> Any suggestions?
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10102172324130.36319-100000>