home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!utcsri!geac!zooid!stramba
- From: Mike Stramba <stramba@zooid.guild.org>
- Subject: setting path in BASH under MINT
- Organization: The Zoo of Ids
- Date: Sat, 26 Dec 1992 20:33:42 GMT
- Message-ID: <1992Dec26.203342.19303@zooid.guild.org>
- Lines: 12
-
- How can I set the path to include multiple drives in BASH under MiNt?
-
- On a Unix system, the path separator would be ':',
-
- e.g. PATH= /bin:/usr/bin
-
- but on the ST ':' is needed for 'a:/' 'b:/'.
-
- I've tried PATH=a:/;d:/
- PATH="a:/ d:/"
- PATH=a/:d/ .. doesn't make sense, but hey ...
-
-