Welcome to V6Scripts Collection - v6scripts-20180109 ! The V6Scripts Collection of shell scripts, aka command files, provides some working examples of etsh(1) and tsh(1) scripting. The entire collection may be installed for personal or general use (or studied as is). -------- INSTALL: 1) To avoid a system conflict, select a directory on your system that is not already used for system binaries or for binaries from any package management system. The developer recommends one of `$h/v6bin' or `/usr/local/v6bin'. 2) Run the INSTALL script to install all of the command files into the selected directory, which is created if it does not exist. 3) Modify your PATH if needed. INSTALL advises when PATH modification may be needed. usage: ./INSTALL directory or: usage: env INSTALL=/path/to/BSD/GNU/install_utility ./INSTALL directory For example (in etsh): % ./INSTALL $h/v6bin ; setenv PATH $h/v6bin:$p if needed: % env INSTALL=/usr/bin/ginstall ./INSTALL $h/v6bin ; \ setenv PATH $h/v6bin:$p or: # ./INSTALL /usr/local/v6bin ; setenv PATH /usr/local/v6bin:$p if needed: # env INSTALL=/usr/bin/ginstall ./INSTALL /usr/local/v6bin ; \ setenv PATH /usr/local/v6bin:$p ... Remember to also modify $h/.etsh.login or /usr/local/etc/etsh.login if you wish any PATH changes to take effect automatically upon your next login. Of course, modify the above description as appropriate if your login shell is not etsh(1). -------- If you have any comments or questions about this software, I encourage you to contact me via email. Thanks & Enjoy! Jeffrey Allen Neitzel http://etsh.io/v6scripts/ 2018/01/09 @(#)$Id: 0bffa148d2470ae6e3da33eafc8087b877a8c6dd $