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 |
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
Differentiate between ‘ and ” quotes.
What exactly is a shell?
How do I set bash as default shell mac?
What is the command to find out today's date?
Explain about debugging?
What are zombie processes?
How can I send a mail with a compressed file as an attachment?
How to change our default shell?
How to initialize a directory size to a variable??
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.
How does path variable work?