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
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Why is the use of shell script?
What is shell and shell script?
How do you debug a script?
How do I run a shell script in powershell?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How do I run a powershell script?
What is shift command in shell script?
How do I start a shell script?
What is the meaning of $1 in shell script?
Can we run shell script in windows?
How to get the first line from a file using just the terminal?
What is the conditional statement in shell scripting?
What is the equivalent of a file shortcut that we have a window on a linux system?
What are filters explain sort with all the options available?