Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: HAR HAR HAR Linux Oracle guys sit too close to Windows Oracle Guys
You can also escape each space with a '\' in lieu of using quotes:
$ touch space\ in\ the\ name
$ ls -l space*
-rw-r--r-- 1 oracle dba 0 Jun 9 15:52 space in the name
$ rm space\ in\ the\ name
-Mark
-- Mark J. Bobak Senior Oracle Architect ProQuest Information & Learning Ours is the age that is proud of machines that can think and suspicious of men who try to. --H. Mumford Jones, 1892-1980 -----Original Message----- From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Alex Gorbachev Sent: Friday, June 09, 2006 3:21 PM To: kevinc_at_polyserve.com Cc: list42_at_oaktable.net; Oracle-L Freelists Subject: Re: HAR HAR HAR Linux Oracle guys sit too close to Windows Oracle Guys Heh... that's probably CRS new feature. I don't believe Compaq guys used "windoze style" naming ;-) Anyway, you can use spaces on *nix: oracle_at_raclinux1:~> ls space* /bin/ls: space*: No such file or directory oracle_at_raclinux1:~> touch "space in the name" oracle_at_raclinux1:~> ls space* space in the name oracle_at_raclinux1:~> 2006/6/9, Kevin Closson <kevinc_at_polyserve.com>:Received on Fri Jun 09 2006 - 14:53:32 CDT
> I was looking into some CRS (clusterware, Compaq portable clusterware,
> whatever they call it) logs and found one on 10gR2 linux with spaces
> in the pathname...check it out
-- Best regards, Alex Gorbachev http://oracloid.blogspot.com -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |