<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: Manipolare i file su Unix/Linux - puntata 1

martedì 17 giugno 2008

Manipolare i file su Unix/Linux - puntata 1

Con il seguente comando creo il file fabio2.txt con all'interno n righe con le prime due parole di ogni n riga del file fabio01.txt

awk '{ print $1, $2 }' fabio01.txt >> fabio2.txt

0 Commenti:

Posta un commento

Iscriviti a Commenti sul post [Atom]



<< Home page