home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume3 / epf < prev    next >
Internet Message Format  |  1989-02-03  |  1KB

  1. Path: xanth!mcnc!gatech!bloom-beacon!husc6!spdcc!ima!necntc!ncoast!allbery
  2. From: boris@Sun.COM (Philip Saeli - Sun Tactical Engineering)
  3. Newsgroups: comp.sources.misc
  4. Subject: v03i085: Re: v03i081: a csh alias to print out the path with reference numbers
  5. Summary: A faster way (at least on Suns)
  6. Message-ID: <60231@sun.uucp>
  7. Date: 18 Jul 88 02:30:20 GMT
  8. Sender: allbery@ncoast.UUCP
  9. Reply-To: boris@Sun.COM (Philip Saeli - Sun Tactical Engineering)
  10. Organization: Sun Microsystems, Mountain View
  11. Lines: 18
  12. Approved: allbery@ncoast.UUCP
  13.  
  14. Posting-number: Volume 3, Issue 85
  15. Submitted-by: "Philip Saeli - Sun Tactical Engineering" <boris@Sun.COM>
  16. Archive-name: epf
  17.  
  18. Hmmmm, I tried this alias and it executes relatively slowly on my workstation
  19. (a Sun 3/160 running SunOS 4.0).  I have an alias I've been using for a
  20. while now that runs much faster, even though it forks an external command.
  21. I've called it "epf" for "echo path formatted".  Kind of baroque, but
  22. it went with other aliases that I have.  Here it is:
  23.  
  24. alias epf \
  25.  echo \$path \| "awk '{for(i=1; i<=NF; i++) printf" '"%3d: %s\n", i-1, $i}'"'"
  26.  
  27. Speed is important to me as I have about 30 directories in my path.
  28.  
  29.  
  30. Philip Saeli    Sun Microsystems, Inc.
  31. sun!psaeli    psaeli@sun.com
  32.