Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract tar files in windows

  //for windows
  tar xvf  <.tar file>
  tar xzvf <.tar.gz file>
  tar xjvf <.tar.bz2 file>
Comment

tar extract command windows

tar -zxvf file_name.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: source bash_profile on startup mac 
Shell :: git recover deleted file 
Shell :: install dpkg 
Shell :: store environment variables firebase functions 
Shell :: git remove file from being tracked 
Shell :: kubectl restart recreate pod 
Shell :: how to make ubuntu use all available disk 
Shell :: github setup local 
Shell :: terraform plugin for vim 
Shell :: assign permission to files and folder ubuntu separate 
Shell :: git merge tag to branch and squash commits 
Shell :: merge pdf in linux 
Shell :: bash assign array to variable 
Shell :: echo to add line to file 
Shell :: Adding more changes to your last commit 
Shell :: vim plug not working 
Shell :: copy file to another directory linux 
Shell :: github color 
Shell :: docker run -d 
Shell :: imagemagick compare pdf 
Shell :: zsh print each line of script 
Shell :: leave azure ad cmd 
Shell :: install ksd command 
Shell :: sshfs lxc 
Shell :: apt order by size 
Shell :: -f in shell script 
Shell :: git get stash on another pc 
Shell :: how to provide 777 access recurssively unix 
Shell :: install adb on mac 
Shell :: nose2 check coverage 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =