how to read systems current date and time
Answers were Sorted based on User's Feedback
Answer / madhavi
echo "the current date and time is:"
echo `date`
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between grep and egrep?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What is the best shell scripting language?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
write a shell program to check wheather a given string is pallindrome or not?
How to change our default shell?
How to print all array elements and their respective indexes?
What is the basic difference you find between a shell script and perl?
Is powershell a language?
What is $1 in shell scripting?
What does $1 mean in bash?
Explain about stdin, stdout and stderr?