Search Results

Search: Posts Made By: enwood
3,237
Posted By enwood
Yes, Steve, it does the job I needed, allowing me...
Yes, Steve, it does the job I needed, allowing me to pull specific ranges of files.

It also has the added benefit of reporting which files in the range are missing, because it will complain when...
3,237
Posted By enwood
Much appreciated, Steve! I only had to add...
Much appreciated, Steve!

I only had to add my file extension:

mkdir destination

for x in /yourfolder/{5000..1000000}.pdf;
do cp $x destination;
done;

zip destination;

Thanks for the...
3,237
Posted By enwood
Zipping files by numeric name range
Hi there,

Not being too up on bash shell programming at this point, could anyone throw me a bone about how to zip up a set of numerically-named files by range?

For example, in a folder that...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy