home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9629 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!usc!rpi!usenet.coe.montana.edu!news.u.washington.edu!byron.u.washington.edu!sue
  3. From: sue@byron.u.washington.edu (Shu-Chen Eclipse)
  4. Subject: setenv question
  5. Message-ID: <1992Jul31.065928.1366@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: University of Washington, Seattle
  8. Date: Fri, 31 Jul 1992 06:59:28 GMT
  9. Lines: 24
  10.  
  11. Hellow,
  12.  
  13. I'm a new beginer at unix. I was trying to do a  setenv FONTPATH ..long list
  14. of directories>, and I'm having problems.
  15.  
  16.   Because I couldnnt fit the list into one line, I tried to break i up:
  17.  
  18. setenv FP1  '...../.../:/...../.../:.../.../more stuff'
  19. setenv FP2 '$FP1:/..../.../:/.../..'
  20. setenv FP3 '$FP2:/..../.../:/..../..../'
  21. setenv FONTPATH $FP3
  22.  
  23. what I get is the $FPn dont get translated.  Also if I leave out the ' ', I get
  24. errors; if i try to enclose the stuff in ( ) like in set path =(list of directories), it complains about the "("; if I try ('diretories list') it doesn't
  25. complain about the "(", but it doesnt work.
  26.  
  27.  just how do a setenv VARIABLE to a long list of ":" separated directories,
  28. jus
  29.  
  30. anyway???
  31.  
  32. thanks for answering,
  33. sue@byron.u.washington.edu
  34.  
  35.