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
Print the 10th line without using tail and head command.
Where is bash history?
How does shell scripting work?
What are scripts in psychology?
What are the various stages of a linux process it passes through?
How do I read a .sh file?
How do I debug a shell script?
Is shell scripting useful?
How do you find out What is your shell?
What happens when you type ls?
What are the different types of shell scripting?
What is the command to find out users on the system?
How do you create a shortcut in linux?
What does $$ mean in shell script?
What is mac default shell?