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: Darlene Marley <dmarley_at_sfwmd.gov>
Date: Wed, 02 May 2001 09:13:14 -0700
Message-ID: <F001.002F723C.20010502062423@fatcity.com>


"The two major products to come out of Berkeley are LSD & UNIX. We don't believe this to be a coincidence" -- Author unknown

"David A. Barbour" wrote:

> It's commands like awk, grep, xargs and troff that give UNIX a bad
> name. I read somewhere (more years ago than I'd care to recall) that
> you should always beware of an operating system with commands that
> sounded like bad bodily functions.
>
> Jared Still wrote:
> >
> > 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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: David A. Barbour
> INET: dbarbour_at_nucentrix.net
>
> 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 Wed May 02 2001 - 11:13:14 CDT

Original text of this message

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