How to configure the bash shell Edit History Talk0 1,775pages on this wiki 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 When bash starts up, there is a sequence of scripts initialized These are execute when logging... How to configure bash startup scripts To input arguments into a Bash script, like any normal command line program, there are special... How to read command line arguments in a bash script 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 Categories: Howto stub Howto Bash shell Add category Cancel Save