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 |
I want to connect to a remote server and execute some commands, how can I achieve this?
Is bash a shell script?
How to group the commands in shell scripting?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is subshell?
write a shell script to find the largest number from 3 given numbers.
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is the use of "shift" command in passing parameters?
What language is shell scripting?
How will I insert a line "abcdef" at every 100th line of a file?
Explore about environment variables?
Explain about shebang?