home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!cid.aes.d!cidsv07.Berkeley.EDU!afsipmh
- From: afsipmh@cidsv07.Berkeley.EDU
- Newsgroups: comp.unix.questions
- Date: 17 Jul 92 20:16 MDT
- Subject: Re: need "ls"-like output w/full path
- Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
- Message-ID: <1992Jul17.161646.13107@cid.aes.d>
- References: <1992Jul13.234001.18747@amhux2.am>
- Nf-ID: #R:1992Jul13.234001.18747@amhux2.am:851811750:1992Jul17.161646.13107@cid.aes.d:1319030786:001:319
- Nf-From: cidsv07.Berkeley.EDU!afsipmh Jul 17 20:16:00 1992
- Lines: 15
-
-
- What about:
- #!/bin/sh
- for i in *
- do
- echo `pwd`/$i
- done
- --
- Pat Hertel Canadian Meteorological Centre
- Analyst/Programmer 2121 N. Service Rd.
- phertel@cmc.aes.doe.ca Dorval,Quebec
- Environment Canada CANADA H9P1J3
-
- Beer - "Ahhh...Nectar of the clods" - me
-
-