home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!tygra.michigan.com!absc
- From: absc@tygra.Michigan.COM
- Newsgroups: comp.unix.questions
- Date: 17 Jul 92 23:56 MDT
- Subject: Re: need "ls"-like output w/full path
- Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
- Message-ID: <1992Jul17.195614.1703@tygra.mich>
- References: <1992Jul13.234001.18747@amhux2.am>
- Nf-ID: #R:1992Jul13.234001.18747@amhux2.am:851811750:1992Jul17.195614.1703@tygra.mich:-1369498913:001:919
- Nf-From: tygra.michigan.com!absc Jul 17 23:56:00 1992
- Lines: 28
-
-
- In article <1992Jul13.234001.18747@amhux2.amherst.edu> pfcouvar@amhux1.amherst.edu (Peter Couvares) writes:
- > How can I get "ls" to display a directory of files like this:
- >
- >(say I'm in /usr/users/pfcouvar)
- >
- >/usr/users/pfcouvar/.login
- >/usr/users/pfcouvar/.newsrc
- >/usr/users/pfcouvar/News/
- >/usr/users/pfcouvar/unix-questions
- >/usr/users/pfcouvar/acksaysbill
- >/usr/users/pfcouvar/legalizedrugs
- >
- > Since it isn't an option on "ls" (at least not here), I presume it
- >will involve prepending the current directory onto the output of "ls -1",
- >but I haven't been able to get this to work. Any help would be appreciated.
-
- Try:
- find `pwd` -print
-
-
-
- --
- = CAT-TALK Conferencing Network, Computer Conferencing and File Archive =
- - 1-313-790-6426, 300/1200/2400/9600 baud, 8/N/1. New users use 'new' -
- = as a login id. AVAILABLE VIA PC-PURSUIT!!! (City code "MIDET") =
- E-MAIL Address: absc@Michigan.COM
-
-