Skip to content

Journey of Epsilon

  • Home
  • Log In

split and merge tar.gz file

Posted byepsilon January 28, 2021January 28, 2021

split:

tar -czf – ~/work | split –bytes=100MB – ~/workspaces.tar.gz

https://learner.coursera.help/hc/en-us/articles/360004990332-Download-Jupyter-Workspace-files

merge

cat *.tar.gz* | tar xvfz –

https://stackoverflow.com/questions/38199571/untar-multiple-tar-gz-aa-tar-gz-ab-pattern-files

Posted byepsilonJanuary 28, 2021January 28, 2021Posted inlinux

Post navigation

Previous Post Previous post:
coursera deep learning course data
Next Post Next post:
download pptx from coursera

Recent Posts

  • Simple steps to create a static website
  • Migrate a WordPress Website from AWS to OCI
  • Graphic Design
  • argparse const vs default
  • avoid googlesheets to increase the dates

Recent Comments

    Archives

    • September 2025
    • September 2023
    • February 2023
    • March 2022
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • March 2021
    • January 2021
    • November 2020
    • October 2020
    • July 2014
    • January 2014
    • July 2013
    • June 2013
    • May 2013
    • April 2013
    • December 2012
    • November 2012

    Categories

    • general
    • latex
    • linux
    • Machine Leanring
    • math
    • numerical
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Journey of Epsilon, Proudly powered by WordPress.