Shell Script Run in Background

rajeshkumar created the topic: shell script run in background I wanted to run a particular shell program in a background and it should not be dependent on terminal session of…

Read more »

Shell Bash Scripting: Assignment & Excercise – 18

scmuser created the topic: how to restore the dump file using shell scripting I have created a script file to dump the application files using the following script Code =============…

Read more »

Shell Script to Find All New Files Added

scmuser created the topic: shell script to find all new files added Hi, i am looking for a shell script to find all new files added or modified after a…

Read more »

Shell Script Program 1

scmuser created the topic: shell script program 1 Device a script that takes a filename as argument ( which must exist in the current directory) and locates from your home…

Read more »

Shell script program 2

scmuser created the topic: Shell script program 2 Use a script to take two numbers as arguments and output their sum using (i) bc (ii) expr. include error – checking…

Read more »

List of Example Shell script can be found

rajeshkumar created the topic: List of Example Shell script can be found www.it.uom.gr/teaching/linux/lsst/scripts/q7 Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn rajeshkumar replied the topic: Re: List of Example Shell script…

Read more »

Shell script to read file line by line

rajeshkumar created the topic: Shell script to read file line by line processLine(){ line=”$@” # get all args # just echo them, but you may need to customize it according…

Read more »

Shell script to Print only Size and file name using unix command.

rajeshkumar created the topic: Shell script to Print only Size and file name using unix command. Shell script to Print only Size and file name using unix command. ls -l…

Read more »
linux-shell-scripting-guide-and-tutorial

Linux Tutorials: Complete Reference for Commands & Scripting

Linux User Commands Linux Commands for User Linux Commands reference in scmGalaxy forum Linux Admin Commands Linux Commands for Administrator Main Responsibilities of the Linux System Administrator 20 pmap Commands…

Read more »
shell-bash-scripting-training

Shell Scripting (Bash) Training | Bash/Shell Scripting Course

Introduction Introduction Why Shell Scripting? Linux Internal What to Expect From This Course? Prerequisites Git fundamental Introduction of git Git setup Basic operations in git Github Summary A First Look…

Read more »
shell-script-parameters

Understand Shell Script Parameters – Reference

A parameter is an entity that stores values. It can be a name, a number or some special characters. Bash shell provides two kind of parameters. Positional Parameter and Special…

Read more »
read-xml-file-using-shell-script

How to read XML file by using shell script ?

This was like the first time where I had to write something that will be able to read something out of a XML file using a shell script. Usually I…

Read more »
shell-script-descriptive-interview-questions-sets

Shell Bash Scripting Interview Questions and Answer – Part 1

Interview Questions Sets : Shell Script Descriptive Questions Sets What is shell scripting? Shell scripting is used to program command line of an operating system. Shell Scripting is also used…

Read more »
shell-programming-interview

Shell Bash Scripting Interview Questions and Answer – Part 2

Interview Questions Sets : Shell Programming How do you find out what’s your shell? Answer: echo $SHELL What’s the command to find out today’s date? Answer: date  What’s the command…

Read more »