write a program to display all the files from the current
directory which are created in particular month
Answer Posted / dejan
This is a tricky question. You are able to see only
Access: 2010-12-08 09:36:52.000000000 +0100
Modify: 2010-12-07 13:20:16.000000000 +0100
Change: 2010-12-07 13:20:16.000000000 +0100
There is no "create field"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How will you pass and access arguments to a script in linux?
What is the use of "$?" Sign in shell script?
How will you connect to a database server from linux?
What is the purpose of scripting?
When should shell programming/scripting not be used?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
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
What is the best shell scripting language?
How do I run a powershell script?
How do we create command aliases in a shell?
How to print all array elements and their respective indexes?
Which shell is the best?
What are the types of script?
What can you do with powershell?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.