Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar bash

# to untar
tar -xzf filename.tar.gz
# to tar
tar -czf filename.tar.gz untaredfile

# similar tool to zip
tar <options> <file>
#<options>:
# x = extract, v = verbose, f = file input, c = create, z = compress
Comment

PREVIOUS NEXT
Code Example
Shell :: archlinux install chrome 
Shell :: homebrew install in ubuntu 
Shell :: compress video ffmpeg 
Shell :: git grep across all branches 
Shell :: git push set upstream 
Shell :: mac anydesk start at login 
Shell :: reload shell 
Shell :: pip install ignore errors 
Shell :: evillimiter: command not found 
Shell :: bash folder size 
Shell :: rename branch locally git 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 
Shell :: stylelint run 
Shell :: install https certificate on dotnet for development 
Shell :: input bash 
Shell :: show all remote branches git 
Shell :: error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer, errno 54 
Shell :: linux find files by name 
Shell :: conda notebook 
Shell :: ubuntu delete user 
Shell :: how to install ant in linux 
Shell :: how to search forward in emacs 
Shell :: hardhat compile 
Shell :: connect git to github 
Shell :: how to exit from vi 
Shell :: ec2 ubuntu default password 
Shell :: linux how to open code detached 
Shell :: install Scout in ubuntu 
Shell :: command to upgrade upgradable packages on Ubuntu 
Shell :: sudo apt install microsoft-edge-dev 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =