[PLUTO-help] bash script
Loviuz
djloviuz a email.it
Sab 14 Ott 2006 14:07:28 CEST
Il giorno Fri, 13 Oct 2006 08:41:24 +0200
GianUberto.Lauri a eng.it (Gian Uberto Lauri) ha scritto:
> >>>>> "k" == kanzy <kanzy a swissinfo.org> writes:
>
> k> #!/bin/bash # /usr/local/bin/clamav.sh
>
> k> db_dir="/var/lib/clamav"
> k> scan_dir="/usr/local/bin /usr/local/sbin /usr/bin /usr/sbin\
> K> /bin /sbin /etc /home"
> k> vir_dir="/var/tmp/clamav/quarantine"
>
> k> echo; echo ' Clam AntiVirus: scansione del disco in corso,attendere...'
>
> k> clamscan -d $db_dir -r $scan_dir -i --bell --move $vir_dir;
>
> k> echo ------------------------------------
> k> echo -e "\a" echo '
> k> Scansione terminata.'
> k> echo
>
> k> exit
>
> Il problema grosso è che tu puoi anche fare una "rotellina animata",
> ma il suo movimento non avrà NIENTE a che fare con il comportamento di
> clamscan.
>
> Una cosa che puoi fare è vedere quale tra le possibili opsioni di
> output (verbose, quiet) ti paia dare le informazioni salienti
> sull'avanzamento e provare ad aggiungere una cosa del tipo
>
> #------------------------------------------------------------
> out_file=/var/clamav/log`date +%Y%m%d_%T`
>
> clamscan -d $db_dir -r $scan_dir -i --bell --move $vir_dir\
> --stdout | while read(riga)
> do
> echo '.'
> echo $riga >> out_file
> done
> #------------------------------------------------------------
>
> Al posto dell'output di un puntino puoi darti un po' da fare per far
> venir fuori la "rotellina animata".
> [CUT]
man tput
tput cop 10 25 =====> posizione il cursore sulla riga 10 e colonna 25
forse potrebbe servirti...
--
GET / HTTP/1.1
Host: localhost
HTTP/1.1 200 OK
Date: Thu, 1 Jan 1970 18:57:59 GMT
Last-Modified: Thu, 1 Jan 1970 23:58:24 GMT
Content-Length: 15
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: plain/text
<=~*~T~d~L~*~=>
Connection closed by foreign host.
WEBMASTER EticalHacker.com (http://www.eticalhacker.com)
MEMBRO LUG San Fidenzio (http://lugsf.pizzahack.org)
[GPG key] ID: 06431DF3 Server: subkeys.pgp.net
More information about the pluto-help
mailing list