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 / csh / tcsh / FAQ / ksh / Linux / Must Know / Operating Systems / Scripting Languages / Shell Scripting
by Ramakanta · Published November 20, 2013 · Last modified August 16, 2016
Sed is a beautiful tool for text replacements and extraction using regex and pattern matching. While working on a project...
bash / csh / tcsh / HP-UX Unix / ksh / Linux / Operating Systems / Shell Scripting / Solaris Unix
by Ramakanta · Published July 14, 2012 · Last modified November 22, 2016
# PLATFORM: AIX, Solaris, HP-UX and Linux Only # # PURPOSE: This shell script is used to produce a report...
bash / Linux / Operating Systems / Scripting Languages / Shell Scripting / Solaris Unix / Unix OS
by Ramakanta · Published July 12, 2012 · Last modified November 22, 2016
Keeping Track of large files and modifications in a system is sometimes cumbersome. Some times we need to check what...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published May 4, 2012 · Last modified November 25, 2016
Below script Transforms a file to all uppercase. #!/bin/bash # Changes a file to all uppercase. E_BADARGS=65 if [ -z “$1″...
bash / Security / Shell Scripting
by Ramakanta · Published May 4, 2012 · Last modified August 13, 2016
Below shell script can be used for checking whether files in a directory is tampered or changed meanwhile. We as...
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