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 |
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
what do u mean by $#,$* in unix programming?
What is the fastest scripting language?
How do I edit a .sh file?
In a single command how do you run the previous command in the command prompt.
I have 2 files and I want to print the records which are common to both.
What is the syntax of "expr" command?
What is an sh file?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
Explain about echo command?