Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: unix command question

Re: unix command question

From: Jared Still <jkstill_at_cybcon.com>
Date: Tue, 01 May 2001 19:25:04 -0700
Message-ID: <F001.002F6EFB.20010501192023@fatcity.com>

Haven't seen this one mentioned yet:

find . -type d -print | xargs ls -ld

Jared

On Tuesday 01 May 2001 19:55, David A. Barbour wrote:
> ls -Ra | grep /
>
> That's ls -Ra 'pipe' grep /
>
> You know, the spell checker has fits with the stuff on this list.
>
> Regards,
>
> David a. Barbour
> Oracle DBA, OCP
>
> Roy Ferguson wrote:
> > what I would like to see is all directories...not files starting with a
> > particular letter but all directories...
> >
> > ls -d - doesn't work
> > ls -ld p* - doesn't work either
> >
> > >Roy,
> > >
> > >You could do say ls -ld p* to list the directories starting with p.
> > >
> > >Rgds,
> > >
> > >raja
> > >--
> > >
> > >On Tue, 01 May 2001 13:35:46
> > >
> > > Roy Ferguson wrote:
> > >>what is the ls command to view only a list of directories?
> > >>
> > >>ls -la lists both files and directories...I want to view only a list of
> > >>directories...
> > >>
> > >>environment is sun sparc solaris 2.6
> > >>
> > >>thanks in advance
> > >>
> > >>roy
> > >>
> > >>--
> > >>Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > >>--
> > >>Author: Roy Ferguson
> > >> INET: rferguso_at_level1.com
> > >>
> > >>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > >>San Diego, California -- Public Internet access / Mailing Lists
> > >>--------------------------------------------------------------------
> > >>To REMOVE yourself from this mailing list, send an E-Mail message
> > >>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > >>the message BODY, include a line containing: UNSUB ORACLE-L
> > >>(or the name of mailing list you want to be removed from). You may
> > >>also send the HELP command for other information (like subscribing).
> > >
> > >Get 250 color business cards for FREE!
> > >http://businesscards.lycos.com/vp/fastpath/
> > >--
> > >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > >--
> > >Author: Viraj Luthra
> > > INET: viraj999_at_lycos.com
> > >
> > >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > >San Diego, California -- Public Internet access / Mailing Lists
> > >--------------------------------------------------------------------
> > >To REMOVE yourself from this mailing list, send an E-Mail message
> > >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > >the message BODY, include a line containing: UNSUB ORACLE-L
> > >(or the name of mailing list you want to be removed from). You may
> > >also send the HELP command for other information (like subscribing).
> >
> > Roy E. Ferguson II
> > Intel Sacramento
> > 916-854-1123
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Roy Ferguson
> > INET: rferguso_at_level1.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue May 01 2001 - 21:25:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US