home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9308 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  881 b 

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!cid.aes.d!cidsv07.Berkeley.EDU!afsipmh
  2. From: afsipmh@cidsv07.Berkeley.EDU
  3. Newsgroups: comp.unix.questions
  4. Date: 17 Jul 92 20:16 MDT
  5. Subject: Re: need "ls"-like output w/full path
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.161646.13107@cid.aes.d>
  8. References: <1992Jul13.234001.18747@amhux2.am>
  9. Nf-ID: #R:1992Jul13.234001.18747@amhux2.am:851811750:1992Jul17.161646.13107@cid.aes.d:1319030786:001:319
  10. Nf-From: cidsv07.Berkeley.EDU!afsipmh    Jul 17 20:16:00 1992
  11. Lines: 15
  12.  
  13.  
  14. What about:
  15. #!/bin/sh
  16. for i in *
  17. do
  18. echo `pwd`/$i
  19. done
  20. -- 
  21. Pat Hertel                 Canadian Meteorological Centre
  22. Analyst/Programmer         2121 N. Service Rd.        
  23. phertel@cmc.aes.doe.ca     Dorval,Quebec             
  24. Environment Canada         CANADA           H9P1J3
  25.  
  26. Beer - "Ahhh...Nectar of the clods" - me
  27.  
  28.