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
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
How do we create command aliases in a shell?
write a shell program to check wheather a given string is pallindrome or not?
What are the different kinds of loops available in shell script?
How to include comments in your shell scripts?
What are types of shells?
What is the difference between grep and egrep?
What is "test"? How it is used in shell scripting?
How to print the first array element?
What is the meaning of $1 in shell script?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
How will you print the login names of all users on a system?