Forum: Shell Scripting Aug 26th, 2009 |
| Replies: 5 Views: 576 Actually, the below command gives the time as per GMT :
date -u
where as on using date , we get the time according to what we have set our time zone (TZ) as. |
Forum: Shell Scripting May 11th, 2009 |
| Replies: 2 Views: 623 Yeah.. that worked... Thanks... :) |
Forum: Shell Scripting May 11th, 2009 |
| Replies: 2 Views: 623 Hi,
I am writing a shell script, and need help with a small piece of code.
It is as below:
CUST_1=filename
b=1
c=$CUST_$b
echo $c |
Forum: Shell Scripting May 21st, 2008 |
| Replies: 3 Views: 1,361 can also name the file as shellProgramming.sh and diretly run it by giving it as
sh shellProgramming.sh
on the prompt. |