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
What is shell terminal?
How to take input values from the user?
How to print some text on to the screen?
What is the default ubuntu terminal?
How will you pass and access arguments to a script in linux?
How will you find the 99th line of a file using only tail and head command?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What does debug script mean?
How do you create a shortcut in linux?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is the basic difference you find between a shell script and perl?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.