Deltab
24
Q:

unzip command in linux

sudo apt-get install unzip
5
unzip file.zip -d destination_folder
6
unzip file.zip
3
move command : mv filename dirname
remove command : rm -r filename
copy command : cp filename dirname
zip command : zip -r filename.zip foldername
unzip command : unzip filename.zip -d dirname
2

New to Communities?

Join the community