See bash
|    This is a list of the commands used in the Bash shell. Puppy uses the Ash shell up to v 1.0.2 which does not contain all of these commands. From version 1.0.3 (June 2005) these Bash commands are available |
if you add SHELL=/bin/bash to /etc/profile, rxvt and aterm will run bash automatically
Usage
Shell scripts
start with:
#!/bin/sh
open xterminal (rxvt) and run console program (midnight commander)
xterm -e mc
Bash can process command lines in sophisticated ways, doing complex string substitution etc.