Skip to content
Prev 390929 / 398506 Next

copying huge strings via clipboard?

Windows can handle up to 2GB in the clipboard... but IMO it isn't a good practice to rely on. Use files for reproducibility and portability. It is common for command line shells of all varieties to limit their buffer sizes considerably.
On March 4, 2022 9:34:15 AM PST, David Winsemius <dwinsemius at comcast.net> wrote: