Horje
tar bash Code Example
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
how to zip with tar command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
how to tar linux
tar -zcvf file.tar.gz /path/to/dir/




Shell

Related
remove file from git tracking Code Example remove file from git tracking Code Example
Exception: Error running pod install Code Example Exception: Error running pod install Code Example
bash silence output Code Example bash silence output Code Example
npm install nuxt global Code Example npm install nuxt global Code Example
change all crlf to lf vscode Code Example change all crlf to lf vscode Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15