write a program to display all the files from the current
directory which are created in particular month
Answer Posted / pitambar mishra
Mr. Rakesh,
It is a unix forum. You have written the program in C language. Please convert the program in to shell script.
Ans:
ls -l|grep -i sep
ls -l|awk '/Sep/ {print}'
ls -l|sed -n '/Sep/ p'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is the use of shell script?
Is scripting and coding the same thing?
Is shell scripting a language?
What is .sh file in mac?
Explain how you Automate your application using Shell scripting.
How do you know which shell I am using?
What is in a script?
How to calculate the number of passed arguments?
What does path stand for?
What is inside a seashell?
How does shell scripting work?
What is mac default shell?
Explain about shebang?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Why is shell scripting important?