Newbetuts
.
How to split a file and compress directly?
bash
linux
command-line-interface
gzip
Use "--filter":
split --bytes=1024M --filter='gzip > $FILE.gz' /path/to/input /path/to/output
Related
Ansible: copy file depending on hostname or role
Windows Server: Replicate folders without DFS?
Multiple *NIX Accounts with Identical UID
Send an email with an attached file using telnet or netcat
How many disks is too many in this RAID 5 configuration?
MySQL Auto-increment fields resets by itself
How to change default recovery for new databases?
What's the point of repeating an email address in "The Envelope" and the "The Header"?
How can I download an executable file inside the company network when it's been locked down?
Are there no downsides to NetApp SAN solutions other than price? [closed]
What is strict, moderate and open NAT?
RHEL 6: View boot messages "behind" the splash screen
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook