Search Results

Search: Posts Made By: sayami00
90,674
Posted By sayami00
it will work for both file and directory . ...
it will work for both file and directory .

>ls -altr
total 8
drwxr-x--- 12 abc 123 4096 Apr 25 12:31 ..
-rw-r----- 1 abc 123 0 Apr 25 12:31 tarfile.txt...
90,674
Posted By sayami00
try with this :- for tar tar -cvf...
try with this :-
for tar
tar -cvf tarfile.tar tarfile
for untar
tar -xvf tarfile.tar

for tar and compress
tar -cvf - tarfile | gzip -c > tarfile.tar.gz
for untar and decompress
gzip...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy