Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

tar contents of current folder

// go one dir up and tar your folder instead.

cd ..
tar -czf workspace.tar.gz yourFolder
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tar #contents #current #folder
ADD COMMENT
Topic
Name
3+4 =