Re: command line escaping a dash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Mon, Oct 20, 2008 at 11:04 AM, Craig White <craigwhite@xxxxxxxxxxx> wrote:
> I cannot figure this out...
>
> I would like to change the owner of a bunch of folders whose name begins
> with a dash...
>
> # chown Administrator \-BILLED\ JOBS\ -\ 1997-2002 -R
> chown: invalid option -- B
> Try `chown --help' for more information.
>
> # chown Administrator "\-BILLED\ JOBS\ -\ 1997-2002" -R
> chown: cannot access `\\-BILLED\\ JOBS\\ -\\ 1997-2002': No such file or
> directory
>
> # chown Administrator "-BILLED JOBS - 1997-2002" -R
> chown: invalid option -- B
> Try `chown --help' for more information.
>
> # chown Administrator '-BILLED JOBS - 1997-2002' -R
> chown: invalid option -- B
> Try `chown --help' for more information.
>
> ?

maybe ...

# chown -R -- Administrator  '-BILLED JOBS - 1997-2002'

Make sure all options are before the --, which forces end of options, IIANM.

-Bob
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux