ChopWord 1.1 By Anders Persson 2004 (https://listen.to/boray) Usage: ChopWord < env1> < env2> Chops off the first word from env variable env1 and puts it in env variable env2. Example: setenv a "This is cool" ChopWord a b echo "$b program $a" The last line prints: "This program is cool"