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
How to find duplicate record in file using shell script?
What are different types of shell?
What is the difference between grep and egrep?
What are the various stages of a linux process it passes through?
Why is used in shell scripting?
How to redirect both standard output and standard error to the same location?
What is shell variable?
How to get the 3rd element/column from each line from a file?
What is shell and terminal?
Why is it called a shell?
What does echo mean in scripting?
What are the different types of commonly used shells on a typical linux system?
What is shell scripting?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How do I start a shell script?