shell function

Linux: Set Environment Variable

by Vivek Gite on April 14, 2011 · 4 comments

Bash shell is used for various purposes under Linux. How do I customize the shell environment variable under Linux operating systems?

{ 4 comments }

HowTo: Linux Random Password Generator Command

by Vivek Gite on February 18, 2011 · 6 comments

How do I generate random passwords on the Linux command line using the bash shell?

{ 6 comments }

Linux / UNIX: Generate Passwords

by Vivek Gite on May 27, 2009 · 0 comments

How do I generate random passwords under Linux / UNIX operating systems?

{ 0 comments }

How do I convert hex number to decimal number using a shell script under UNIX / Linux operating systems?

{ 16 comments }

Bash Shell Script Function Examples

by Vivek Gite on January 27, 2009 · 0 comments

How do I create a shell script function using Bash under UNIX / Linux operating systems?

{ 0 comments }

Q. How do I ignore shell aliases or function when running a command without removing alias / function from memory or current shell session?

{ 2 comments }