bash script

How do I pause for 5 seconds or 2 minutes in my bash shell script?

{ 2 comments }

Bash Infinite Loop Examples

by Vivek Gite on January 20, 2011 · 2 comments

How do I write an infinite loop in Bash script under Linux or UNIX like operating systems?

{ 2 comments }

Bash Script: Read One Character At A Time

by Vivek Gite on September 30, 2009 · 3 comments

I need to count one character at a time from input.txt. How do I read one character at a time under Linux / UNIX bash shell script?

{ 3 comments }

Bash Read Comma Separated CVS File

by Vivek Gite on August 14, 2006 · 1 comment

How do I read comma separated CVS file under UNIX / Linux / BSD / Mac OS X bash script?

{ 1 comment }

I want to disable Control-C while running shell bash script program under UNIX / Linux like operating systems. How do I disable Control-C?

{ 0 comments }

Bash Script Flags

by Vivek Gite on August 14, 2006 · 0 comments

Can you explain me common UNIX / Linux / Mac OS X / BSD bash shell script flags?

{ 0 comments }

Bash Append Text To a Variable

by Vivek Gite on August 14, 2006 · 5 comments

How do I append additional text a variable? For e.g., I’ve a vech set as follows:
vech=”London”

I’d like to add (append) “Bus” word to $vevh under UNIX scripting using bash?

{ 5 comments }