Search Results

Search: Posts Made By: wk9031
4,183
Posted By Yoda
Create the tar file of directory and its contents...
Create the tar file of directory and its contents using following command:-

tar -cf Test.tar Test

Create the gzip file of tar file created using following command:-

gzip Test.tar

Now you...
4,183
Posted By balajesuri
With GNU tar: tar -czf Test.tar.gz Test
With GNU tar:

tar -czf Test.tar.gz Test
2,899
Posted By elixir_sinari
May be they meant which grep.
May be they meant which grep.
Showing results 1 to 3 of 3

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