tar and hidden files
tar doesn’t want to include hidden files in your archive? Probably you are using command tar cf archive.tar * or something similar. Try to use tar cf archive.tar ./ instead of * interpolation.
Friday, July 27th, 2007
tar doesn’t want to include hidden files in your archive? Probably you are using command tar cf archive.tar * or something similar. Try to use tar cf archive.tar ./ instead of * interpolation.
Friday, July 27th, 2007
© 2010, OXT blog. All Rights Reserved.