linux - Taking Backup of files of particular limit in unix -


here scenario,

i have 1000 files in folder each 0f 3 mb, want zip files 50mb each zip , remove files

50mb may contain 20 files or 10 files zip package should <=50mb

do have separate, complete zips, or want each file <50mb. if so, @ adding -s 50m zip invocation (check man zip split)


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -