write a program to display all the files from the current
directory which are created in particular month
Answer Posted / geichel
Create time is not kept in the inode. Times for Access,
Modify, and Change is all you get.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a command line shell?
How can we find the process name from its process id?
Is scripting and coding the same thing?
What is a shell script in windows?
What does debug script mean?
What is the use of "$?" Sign in shell script?
Differentiate between ‘ and ” quotes.
How to get the first line from a file using just the terminal?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is sed in shell script?
Is shell a part of kernel?
How do I run a bin bash script?
What are zombie processes?
Given a file find the count of lines containing the word "abc".
Is shell scripting difficult?