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
State the advantages of shell scripting?
What does .sh file contain?
How do I debug a shell script?
What is meant by dos operating system?
What is ms powershell?
What is k shell?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Where is bash history?
What are the four fundamental components of every file system on linux?
What is shell terminal?
What is shift command in shell script?
What does chmod do?
Is powershell a bash?
What is scripting autism?