i have to unzip a file, i don't want to CD and then run mkdir newfolder then come again to the folder where i have the zip file and then run unzip file.zip /home/user/newfolder
i want to simply run the command from the whichever directory i am it will create the folder for me or ask me that on location /home/user there's no newfolder directory exist do you want to create one (Y/n)? and chose it to y (doesn't matter if this operation need root access)
i have checked unzip swtiches and google but in all the exmaples they make a directory then unzip the file in it
i am using Debian Buster