Hi,
i want to zip the files that generates automatically
every few minutes (files generated are in .arc
extension)....any body write a script for this...
thanks in advance
Answer Posted / vipul dalwala
while true
do
find . -name *.arc -exec gzip {} \;
sleep 300
done
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the fastest scripting language?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
shell script for reverse the string
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
How to print all the arguments provided to the script?
State the advantages of shell scripting?
What is a shell environment?
Print the 10th line without using tail and head command.
What is the difference between break and continue commands?
What is difference between bash and shell?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
Is bash a shell script?
Explain about stdin, stdout and stderr?
Explain about non-login shell files?
What are the advantages of shell script?