write a program to display all the files from the current
directory which are created in particular month
Answer Posted / kiran penujuri
ls -ltr * | grep Month Name
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is an sh file?
What is a command line shell?
Is shell a part of kernel?
What exactly is a shell?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is shell variable?
Is bash an operating system?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How do you know which shell I am using?
What is the first line in every perl script called?
What is the use of echo in shell script?
Explain about non-login shell files?
What is a scripting language simple definition?
What does $@ mean in shell?