delorie.com/archives/browse.cgi | search |
Message-Id: | <199708081405.XAA06081@mail.st.rim.or.jp> |
From: | "Daisuke Aoyama" <jack AT st DOT rim DOT or DOT jp> |
To: | "DJGPP WORKERS" <djgpp-workers AT delorie DOT com> |
Cc: | "Jeffrey Kay" <jeffrey_kay AT VNET DOT IBM DOT COM> |
Subject: | Bash 2.01 source, tar 1.11.8 (bin and src) |
Date: | Fri, 8 Aug 1997 22:58:21 +0900 |
MIME-Version: | 1.0 |
Yesterday I uploaded source archive of bash 2.01 and both binary and source of tar 1.11.8. Now you may download below. http://www.neongenesys.com/~jack/djgpp-work/alpha/bsh2s0.tgz (1.3MB) http://www.neongenesys.com/~jack/djgpp-work/alpha/tar1118b.zip (192KB) http://www.neongenesys.com/~jack/djgpp-work/alpha/tar1118s.zip (767KB) http://www.st.rim.or.jp/~jack/alpha/tar1118b.zip (192KB) http://www.st.rim.or.jp/~jack/alpha/tar1118s.zip (767KB) (currently bash's source is not available on st.rim.or.jp because of little disk space) Note: Bash's source is archived by tar.exe and compressed by gzip.exe. Note: To extract this, download both gzip and tar. Simple using gzip and tar -------------------- archive all files and subdirectories in directoryname: tar cf - directoryname | gzip -9c > archivename extract to current directory: gzip -dc archivename | tar xf - Note: If you want verbose, use cvf or xvf instead of cf or xf. Note: You need enough temporary space for the pipe. For exsample, bash's source needs 5.3MB. Daisuke Aoyama jack AT st DOT rim DOT or DOT jp PGP Key ID: 50B4BDFD PGP Key Fingerprint: 1E 2C 84 22 DA C4 0C BB 5A 75 F5 8A 82 F8 DF 58
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |