Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi N - Z > Sistemi operativi I > Esame Laboratorio Gennaio
Pages (4): [1] 2 3 4 »   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Esame Laboratorio Gennaio

ciao a tutti


ma l'iscrizione per l'esame di laboratorio di venerdì prossimo non è ancora stata pubblicata o sono scemo io?

__________________
io Sofort e te che sei? un pupazzo?

09-01-2009 20:53
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
f3d386
.primate.

User info:
Registered: Oct 2005
Posts: 79 (0.01 al dì)
Location: Milano
Corso: Sicurezza Informatica
Anno: 1
Time Online: 6:36:31 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

stesso problema...devo sostenere la prova di laboratorio di venerdì 16 ma non ho ancora trovate tracce di iscrizioni...nemmeno nel wiki.

12-01-2009 12:03
Click Here to See the Profile for f3d386 Click here to Send f3d386 a Private Message Find more posts by f3d386 Add f3d386 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ciao..ho lo stesso problema..
visto che anche voi avete l'esame venerdi sapete come faccio a trovare solo i file di testo?
è una domanda che puo fare all'esame..
vi dico gia che fare find / -type f -name "*.txt " non va bene poichè i file di testo non sono solo quelli con estensione txt..
sapete un altro modo?

12-01-2009 12:58
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

se tu i file che trovi con la find li passi al comando file ti da informazioni sul tipo di file

ora sono al lavoro, stasera magari ci guardo e ti scrivo però si deve usare il comando file :-D

__________________
io Sofort e te che sei? un pupazzo?

12-01-2009 13:01
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

io vorrei trovare tutti i file di testo per ogni utente..quindi facevo cosi
for UID in $(cut /etc/passwd -d : -f 3 | sort -n | uniq) ; do
for FILE in $(find / -type f -user $UID | xargs file | grep -v "EXECUTABLE-PC") ; do
done
done

12-01-2009 13:12
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

pero se provate a farlo vi da out of space..

12-01-2009 13:16
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

se posso darti un consiglio, i comandi invece di metterli nel for mettili in un file e scorri il file con cat, secondo me il problema del space lo risolvi

__________________
io Sofort e te che sei? un pupazzo?

12-01-2009 13:34
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

http://sl-lab.it/dokuwiki/doku.php?id=sistop:esamelab

__________________
io Sofort e te che sei? un pupazzo?

12-01-2009 18:47
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ciao java..cioè?non ho capito come intendi..
mi puoi fare vdee il codice..un esempio..

12-01-2009 19:23
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

al mio esame di settembre trentini mi aveva consigliato invece di mettere il comando nel for, dove possibile, mettere l'output in un file e nel for eseguire il cat del file

cioè
for UID in $(cut /etc/passwd -d : -f 3 | sort -n | uniq) ;

diventa

cut /etc/passwd -d : -f 3 | sort -n | uniq > prova.txt

for UID in $(cat prova.txt);

__________________
io Sofort e te che sei? un pupazzo?

12-01-2009 19:35
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

e cosi dici che funziona?
il problema vero che o non riesco a risolvere è questo:
per ogni utente trovare il file di testo per ogni riga
mi fai vedere tu come lo risolveresti?
intendo proprio risoluazone completa?
ti chiedo questo gran favore
grazie mille in anticipo..

12-01-2009 20:12
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
francescoo
.primate.

User info:
Registered: Feb 2008
Posts: 75 (0.01 al dì)
Location: novara
Corso: informatica
Anno: secondo
Time Online: 20:29:29 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

scusa il testo era :
per ogni utente trovare il file di testo con piu righe

12-01-2009 20:13
Click Here to See the Profile for francescoo Click here to Send francescoo a Private Message Find more posts by francescoo Add francescoo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

scusa se rispondo solo ora ma ieri sera non riuscivo ad accedere a dsy

comunque

Per Ogni Utente trovare file di testo con piu righe

#!/bin/sh
for uid in $(cat /etc/passwd | cut -d ':' -f 3);do
max=0;
filemax='';
for file in $(find / -type f -user $uid | xargs file | grep executable | cut -f 1 -d ':');do
if $(expr $(cat $file | wc -l) -gt $MAX);then
MAX=$(cat $file |wc -l)
FILEMAX=$file
fi;
done;
echo "$uid -> $FILEMAX"
done;


il for interno può essere sostituito tutto da questo comando, però non capisco il perchè il wc -l mi tiri fuori due totali alla fine boh..provalo


find / -type f | xargs file | grep executable | cut -d : -f 1 | xargs wc -l | sort -n | tail -3 | head -1


la questione file di testo l'ho risolta cercando gli executable però anche lì è limitato il range di file che tira fuori...

__________________
io Sofort e te che sei? un pupazzo?

Last edited by Java on 13-01-2009 at 08:23

13-01-2009 08:16
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
wizard
.artista.

User info:
Registered: Jan 2007
Posts: 18 (0.00 al dì)
Location:
Corso: Informatica
Anno: 3
Time Online: 4:02:39 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Il modo di procedere è corretto:

C'é un errore nel secondo for:

grep -v executable
(mancava l'opzione -v che esclude gli eseguibili)

Inoltre le variabili sono case sensitive, quindi se si dichiara, per es.: max=0 non si può usare $MAX

Nel comando in fondo inoltre:

sintassi tail: tail -n 3
sintassi head: head -1
(hanno questa lieve differenza, non so perché)

13-01-2009 15:34
Click Here to See the Profile for wizard Click here to Send wizard a Private Message Find more posts by wizard Add wizard to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Java
Informato

User info:
Registered: Apr 2005
Posts: 62 (0.01 al dì)
Location: Bergamo
Corso: informatica triennale
Anno: 2008
Time Online: 20:19:44 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

concordo sul grep -v e sul case sensitive e gli errori sono dovuti semplicemente al fatto che ho dovuto copiare a mano il programmino in blocco note in windows..banale errore di copiatura...
la questione del tail a me funziona anche senza la -n
boh

ma secondo te x trovare i file di testo è corretto procedere come ho fatto o c'è un altro procedimento magari

__________________
io Sofort e te che sei? un pupazzo?

13-01-2009 15:39
Click Here to See the Profile for Java Click here to Send Java a Private Message Find more posts by Java Add Java to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 04:40.    Post New Thread    Post A Reply
Pages (4): [1] 2 3 4 »   Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.052 seconds (72.01% PHP - 27.99% MySQL) con 28 query.