Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use shell scripting?
What is another name for a bash shell script that you might see?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
how is the oppurtunities for unix in the software
What is the significance of $#?
How can we find the process name from its process id?
What is a boot block?
What is a command line shell?
What is the need of including script interpreter in your shell script?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
How to print all the arguments provided to the script?