Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

terminal archive files

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file

# -c: Create an archive.
# -z: Compress the archive with gzip.
# -v: Display progress in the terminal while creating the archive, also known as “verbose” mode. The v is always optional in these commands, but it’s helpful.
# -f: Allows you to specify the filename of the archive.
Comment

PREVIOUS NEXT
Code Example
Shell :: have all changes from a local branch to a new local branch git 
Shell :: sudo: gem: command not found 
Shell :: change directory 
Shell :: command to find out my git head version 
Shell :: cp with folder structure 
Shell :: install visual studio on ubuntu command line 
Shell :: how to make migrations in models in django 
Shell :: shutdown shortcut ubuntu 
Shell :: deploy django site to aws 
Shell :: how to use git stash in current branch 
Shell :: how can i solve my problems? 
Shell :: bash create user with encrypted password 
Shell :: docker stop swarm 
Shell :: Add a Remote Repository in git command 
Shell :: git stash to checkout master 
Shell :: list directories linux 
Shell :: powershell regex 
Shell :: git clone into path 
Shell :: install peer dependencies in npm 
Shell :: ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) 
Shell :: npm install from git 
Shell :: dokcer remove image 
Shell :: Install GitLab using Docker Engine 
Shell :: add line to beginning of file shell script 
Shell :: Command of Git Fetch 
Shell :: how to install specific version of software on mac using brew 
Shell :: shell cd 
Shell :: windows run shell script 
Shell :: vba run shell command with arguments 
Shell :: base64 maintain line breaks linux 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =