Re: command line escaping a dash

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



Hi Craig,

Craig White wrote:
I cannot figure this out...

I would like to change the owner of a bunch of folders whose name begins
with a dash...

When you are using shell commands, if you use double-dash, you don't need to escape it.

[root@red ~]# mkdir -- "-test"
[root@red ~]# chown oracle -- -test
[root@red ~]# ls -ld -- -test
drwxr-xr-x  2 oracle root 4096 Oct 20 16:01 -test

-- stops the commands continuing the parsing the parameters as options.

Cheers,

Hakan
_______________________________________________
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