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 does debug script mean?
Why is the use of shell script?
What is another name for a bash shell script that you might see?
What is k shell?
State the advantages of shell scripting?
What is the conditional statement in shell scripting?
What are the different types of commonly used shells on a typical linux system?
Why are shell scripts used?
How can the contents of a file inside jar be read without extracting in a shell script?
What does echo mean in scripting?
What are filters explain sort with all the options available?
What lives in a shell?
What is shell prompt?
how to get part of string variable with echo command only?
What are zombie processes?