fi

Bash Shell: Find Out If a Variable Is Set or Not

by Vivek Gite on September 25, 2011 · 1 comment

How do I check if a bash shell variable called $input is defined or not under BSD / Apple OS X / Unix / Linux like operating systems?

{ 1 comment }

Linux / UNIX: Run Commands When You Log Out

by Vivek Gite on November 23, 2010 · 0 comments

I’ve written a Perl script that connects to our central server for me and it allows me feed data so that I make a timesheet later. How do I run my script when I log out from Apple OS X or Linux / UNIX workstation using bash shell?

{ 0 comments }

Bash: Continue In a For / While Loop

by Vivek Gite on January 29, 2010 · 0 comments

How do I continue in a for or while loop in Bash under UNIX or Linux operating systems?

{ 0 comments }

Linux / UNIX: For Loop To Remove Files

by Vivek Gite on January 15, 2010 · 0 comments

How do I use a for loop in Unix to remove files?

{ 0 comments }

How do I check if file is empty or not using bash or ksh shell script under UNIX / Linux / OS X / BSD operating systems?

{ 0 comments }

How do I change user password using a shell script under FreeBSD operating systems?

{ 6 comments }

HowTo: Skip Bash For Loop

by Vivek Gite on May 12, 2009 · 1 comment

How do I skip bash for loop if certain condition is satisfied under UNIX / Linux / BSD / OS X?

{ 1 comment }