echo echo

Bash Iterate Array Examples

by Vivek Gite on January 27, 2009 · 0 comments

How do I iterate through an array under Bash scripting?

{ 0 comments }

Run shell script from web page

by Vivek Gite on January 29, 2006 · 4 comments

Q. How do I run a shell script from a web server or a web page under Apache or Lighttpd websever? A. In order to run a shell script from a web page you need Apache web server configured with cgi access. Apache CGI allows documents/files in cgi-bin directory treated as application and run by [...]

{ 4 comments }

Q. How can I display or show today’s UNIX computer date from a shell script using echo command? How do I store date command output to a variable? A. Date command is use to print or set the system date and time under Linux/Unix like operating systems. However some time you need to include today’s [...]

{ 8 comments }