How to configure the bash shell Edit History Talk0 1,789pages on this wiki Redirected from Howto configure the bash shell This article is a stub. You can help HowTo Wiki by expanding it. For more information, see Help:Contents Configuration FilesEdit /etc/profile /etc/bashrc ~/.bashrc ~/.bash_profile Configuration OptionsEdit PATH PATH=$PATH:/added/directories Examples: PATH:$PATH:/usr/games/bin:/usr/apps/bin aliases alias newCommand='command --with --parameters' alias ps='ps -ax' command prompt External LinksEdit A very in depth DescriptionFrom HowTo Wiki, a Wikia wiki. Read more awk 'END {print NR}' *.java wc -l *.php For windows Command line: for%G in (*.sql) do find /c /v... How to count the total number of lines in multiple files using a bash script command line arguments within a bash scripts Example of a simple script: #!/bin/bash #apply a... How to execute different code depending on the command line arguments in a bash script When bash starts up, there is a sequence of scripts initialized These are execute when logging... How to configure bash startup scripts Categories: Howto stub Howto Bash shell Add category Cancel Save