详细说明: 冰山一角 gzip -d -c tarball.tgz | (cd /[dir];tar xf - ) & /* Unpacking tarballs to diff location */ ln [-fhns] /* Creating hard links and soft links */ ls -la | awk '{ print $5," ",$9 }' | sort -rn /* File sizes of current directory */ mount -f pcfs /dev/dsk/c0d0p1 /export/dos /* Mount DOS fdisk partition from Solaris */ mount -F ufs -o rw,remount / /* Used to remount root to make it writeable */ mount -o remount,logging /spare /* Re-mount the ro file system rw and turn on ufs logging */ pax -rw . /newdir /* Efficient alternative for copying directories */ ...展开收缩