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
How does ls command work?
What is a scripting language simple definition?
How to redirect both standard output and standard error to the same location?
Explain how you Automate your application using Shell scripting.
What is the purpose of scripting?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Is shell and terminal the same?
Is scripting and coding the same thing?
How to get the 3rd element/column from each line from a file?
How do I save a powershell script?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is the best shell scripting language?
how to get part of string variable with echo command only?
What is the syntax of while loop in shell scripting?