Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash multipart tar

tar -cvf - <stuff to put in archive> | split --bytes=1m --suffix-length=4 --numeric-suffix - myarchive.tar.
Comment

bash multipart tar

cat myarchive.tar.* | tar xvf -
Comment

PREVIOUS NEXT
Code Example
Shell :: how to make a log of my ternminal history 
Shell :: cannot find libtidy arch linux 
Shell :: macbook tilbud 
Shell :: wget code 
Shell :: linux fine .js files 
Shell :: all sudo commands in ubuntu to be administrator 
Shell :: wevtutil query event id 
Shell :: scp: /home//pass.csv: Permission denied 
Shell :: how to install cv2 using pip 
Shell :: grep extract pipe delimited 
Shell :: install walc whatsapp ubuntu 
Shell :: powershell tab (bash style) 
Shell :: nginx error ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist 
Shell :: mirror image via command line 
Shell :: GIT starting an Interactive Rebase session 
Shell :: get ssh recovery code 
Shell :: cmd for statement 
Shell :: Bitbucket config to deploy aws instance 
Shell :: resume screen linux 
Shell :: test wifi password 
Shell :: how to install brew 
Shell :: grep all except last 
Shell :: powershell copy folder to remote computer 
Shell :: How to remove multiple non empty directory in ubuntu 
Shell :: how to connect airpods to kali linux 
Shell :: remove the override manually with dpkg-statoverride 
Shell :: brew help 
Shell :: angular new site 
Shell :: psql exmaple 
Shell :: set-executionpolicy unrestricted permission denied 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =