Advertisement
nigu

Esercizio1

Nov 6th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #esercizio1
  2.  
  3. #! /bin/bash
  4. tar -cjvf archivio_bzip2.tar.bz2 $1
  5. tar -czvf archivio_gzip.tar.gz $1
  6. zip -r archivio_zip.zip $1
  7. echo Il file piu\' grande e\' `ls -S | head -1`
  8. echo Il file piu\' piccolo e\' `ls -Sr | head -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement