Thursday 30 January 2014

How to tar the bigsize files in Linux?

While doing "tar" sometimes it shows unable to archive..file size is too large

we can do it by using E identifier

tar -cEvf abcd.tar

it will work..

No comments:

Post a Comment