***** ZIP IT ************
eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt
total 0
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5
-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1
eaappprod22->UOCUAT@(/export/home/oracle/paresh)tar -cvf all.tar *
a 1 0K
a 2 0K
a 3 0K
a 4 0K
a 5 0K
eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt
total 8
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5
-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1
-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar
eaappprod22->UOCUAT@(/export/home/oracle/paresh)
******* UNZIP IT ***********
eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt
total 8
-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar
eaappprod22->UOCUAT@(/export/home/oracle/paresh)tar -xvf all.tar
tar: blocksize = 7
x 1, 0 bytes, 0 tape blocks
x 2, 0 bytes, 0 tape blocks
x 3, 0 bytes, 0 tape blocks
x 4, 0 bytes, 0 tape blocks
x 5, 0 bytes, 0 tape blocks
eaappprod22->UOCUAT@(/export/home/oracle/paresh)ls -rlt
total 8
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 2
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 3
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 4
-rw-r–r– 1 oracle dba 0 Jun 2 11:08 5
-rw-r–r– 1 oracle dba 0 Jun 2 11:09 1
-rw-r–r– 1 oracle dba 3584 Jun 2 11:15 all.tar
eaappprod22->UOCUAT@(/export/home/oracle/paresh)