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 are scripts in psychology?
What is echo in shell?
How to modify the PATH variable and make it executable?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
is this growing field and what is average package in this?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
how is the oppurtunities for unix in the software
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What does $$ mean in shell script?
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.
Print the 10th line without using tail and head command.
What language is bash written in?