home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / 11827 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!uniol!olis!skid!alf
  2. From: alf@skid.north.de (Alf Hoheisel)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: More MiNT q's, Why not a
  5. Message-ID: <a7237395@skid.north.de>
  6. Date: 28 Jul 92 14:53:32 GMT
  7. Article-I.D.: skid.a7237395
  8. References: <A11614@HB.maus.de> <A11199@HH2.maus.de>
  9. Lines: 21
  10.  
  11. In <A11199@HH2.maus.de> Ulf_Moeller@hh2.maus.de (Ulf Moeller) writes:
  12.  
  13. >>  1. if you get MiNT (0.94) in binary form you find the mintshel.prg.
  14. >>     It should be a shell. But when I try to do an ls, dir or pwd I
  15. >>     always get the answer cmd exit with -33 or so.
  16. >>     Do I need to get some utilities which should be put in a bin directory
  17.  
  18. >Exactly that. You should use the GNU file utilities (for pwd you only need
  19. >`alias pwd cd').
  20.  
  21. It is working under mintshel.prg but on any other real shell it will not.
  22. The following is working under the most shells also under mintshel.prg:
  23.  
  24. alias pwd 'echo $CWD'
  25.  
  26. Under ksh it will be:
  27.  
  28. alias pwd 'echo $PWD'
  29. alias echo 'print -r'
  30.  
  31.             Alf
  32. ---
  33. Alf Hoheisel, Potsdamer Str. 14, D-2940 Wilhelmshaven, Phone: +49 4421 52635
  34. <university> alf@zfn.uni-bremen.de | alf@informatik.uni-bremen.de
  35. <home>       alf@skid.north.de
  36.