[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[CommandLine]] ====Bash==== ~The is the command line shell. Commands can be issued via a terminal emulator. ==Features== ~Bash is an [[Sh sh]]-compatible shell that incorporates useful features from the Korn shell ([[Ksh ksh]]) and C shell ([[Csh csh]]). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. ==How Puppy Loads Ash and Bash== ~[[Ash]] is a small inbuilt shell of Busybox. ~[[Busybox]] is used when Puppy boots, it allows to keep the initial ramdisk small. ~Busybox is a binary, that includes several commands, that else are only available as seperate programs. ~But this small size has a price: not the full set of options of these programs are available. --- ~So when Puppy booted, it additionally offers the bash, that is loaded from the big file pup_2xx.sfs. ~Bash compatibility is required by several programs. ==Also see== ~[[Shell Shells]] ~[[Sh]] ~[[Ash]] ~[[AshCommands]] ~[[Bash]] ~[[BashCommands]] ~[[BashQuickTips]] ~[[BashDiff]] - Bash extended ~[[BusyBox]] ~[[GNU]] ==Related Webpages== http://www.gnu.org/software/bash/ [[http://www.murga-linux.com/puppy/viewtopic.php?t=44123 forum topic]] [[http://www.murga-linux.com/puppy/viewtopic.php?t=65511 forum topic]] [[http://www.murga-linux.com/puppy/viewtopic.php?p=288853#288853 How to learn Bash commands]] [[http://linux-sxs.org/programming/bashcheat.html Bash Programming Cheat Sheet]] [[http://ad.hominem.org/log/2006/02/7_bash_tips.php Bash Tips]] http://tille.garrels.be/training/bash/ http://tldp.org/LDP/abs/html/ ---- ==Categories== CategoryCommandLine CategoryDevelopment CategorySoftware CategorySecurity