[FoLUG] Tar : estrarre tanti file

Ivan i.f-ml00@darthxiong.net
Mar 28 Set 2004 17:04:46 CEST


On Tuesday 28 September 2004 16:55, Enrico Placci wrote:
> Se ho una cartella piena di file tar e voglio estrarli tutti non

for f in `ls -1 *tar` ; do tar xvf $f ; done

-- 
  (@_ Ivan Fabris, S. Sofia (FC,it) PowerPC e Debian GNU/linux SID _*)
  //\         www.folug.org    pgp key @ www.keyserver.net         /\\
  V_/_  Socio Fondatore e presidente del Forli' Linux User Group  _\_V



Maggiori informazioni sulla lista FoLUG