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
What is awk in shell scripting?
How to use arguments in a script?
What is bash coding?
Differentiate between ‘ and ” quotes.
What is eval in shell script?
What is a shell script in windows?
What is the purpose of scripting?
How to find duplicate record in file using shell script?
Explain how you Automate your application using Shell scripting.
What happens when you type ls?
What does the sh command do?
Is shell scripting useful?
What is the equivalent of a file shortcut that we have a window on a linux system?
What does $1 mean in bash?
What is shell prompt?