H hiccup Verified User Joined Oct 31, 2015 Messages 10 Nov 6, 2015 #1 i cant extract zip file "size : 2.MB" ? HOW can use ssh to extract file ? ___________________ MY BLOG : http://wingiz.com/
i cant extract zip file "size : 2.MB" ? HOW can use ssh to extract file ? ___________________ MY BLOG : http://wingiz.com/
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,516 Location A Coruña, Spain Nov 11, 2015 #2 unzip FILENAME.zip tar zxfv FILENAME.tar.gz tar xfv FILENAME.tar gzip -d FILENAME.gz Regards