shell functions

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 }