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


Please Help Members By Posting Answers For Below Questions

Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1162


Why is the use of shell script?

722


What is shell and shell script?

757


How do you debug a script?

754


How do I run a shell script in powershell?

748


How can I set the default rwx permission to all users on every file which is created in the current shell?

1162


How do I run a powershell script?

766


What is shift command in shell script?

702


How do I start a shell script?

771


What is the meaning of $1 in shell script?

797


Can we run shell script in windows?

766


How to get the first line from a file using just the terminal?

796


What is the conditional statement in shell scripting?

866


What is the equivalent of a file shortcut that we have a window on a linux system?

804


What are filters explain sort with all the options available?

1132