Grade calculation in shell script | Shell Scripting
If you are trying to learn bash scripting and want to learn arithmetic operations and arrays in bash then this...
bash / Scripting Languages / Shell Scripting / Tutorials
by Ramakanta · Published July 27, 2014 · Last modified August 1, 2014
If you are trying to learn bash scripting and want to learn arithmetic operations and arrays in bash then this...
bash / Shell Scripting / Tutorials
by Ramakanta · Published June 29, 2014 · Last modified August 1, 2014
Shell scripting can be leveraged to accomplish very critical tasks. If you are a administrator then in your day to...
bash / FAQ / Shell Scripting
by Ramakanta · Published December 20, 2012 · Last modified November 20, 2016
When the shell encounters $(( expression )), it evaluates expression and places the result on the command line; expression is...
bash / Linux / Must Know / Scripting Languages / Shell Scripting
by Ramakanta · Published December 20, 2012 · Last modified December 9, 2014
When a command or series of commands needs to be repeated, it is put inside a loop. The shell provides...
bash / FAQ / Scripting Languages / Shell Scripting
by Ramakanta · Published December 8, 2012 · Last modified November 21, 2016
The options to a shell script, single characters preceded by a hyphen, can be parsed with the built-in command getopts....
bash / FAQ / Shell Scripting
by Ramakanta · Published December 8, 2012 · Last modified December 9, 2014
Bash expression are deemed to be true or false by the test command or one of two nonstandard shell reserved...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published May 5, 2012 · Last modified February 11, 2015
Built-in variables are automatically set by the shell and are typically used inside shell scripts. Built-in variables can make...
bash / Scripting Languages / Shell Scripting / Troubleshooting
by Ramakanta · Published January 30, 2012 · Last modified November 3, 2016
There are many instances where a administrator needs to check the status of application url from time to time to...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Image crawlers are very useful when we need to download all the images that appear in a web page. Instead...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published August 17, 2011 · Last modified September 3, 2014
Below shell script to find a word frequency can be used to find frequency of occurrence of word or words...
Advertisement
Advertisement
Advertisement