I have a large batch of sample data files that are run through an application by copying them to an 'inbox' directory. I would like to do something like this:
cp ./samples/*.bla --limit 10 So that only 10 of the sample files are copied instead of the whole mess of 10000. It can be any files. I checked the manpage and didn't see anything. Any ideas? -- ----- Jonathan Bartels _______________________________________________ Fwlug mailing list [email protected] http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org This is a public list and all posts are archived publicly. Please keep this in mind before posting.
