write a program to display all the files from the current
directory which are created in particular month
Answer Posted / sathish kumar p
echo "Enter the month name"
read Month
ls -lt | grep $Month
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the types of script?
What is a boot block?
How do I run a .sh file on mac?
Is scripting and coding the same thing?
What is a shell environment?
How does path variable work?
What is a batch file used for?
What does .sh file contain?
Write a script to print the first 10 elements of fibonacci series.
Is bash an operating system?
How do I run a .sh file?
What is eval in shell script?
What is bash used for?
What is shift command in shell script?
What is path in shell script?