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 conditional statement in shell scripting?
What is another name for a bash shell script that you might see?
What is scripting used for?
What is INODE?
When should shell programming/scripting not be used?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
What is the fastest scripting language?
Is cmd a shell?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"