Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.2
-
None
Description
OS.pm::create_text_file converts each character of the text content argument to its hex value and creates a string passed to echo -e. This normally works correctly and allows single quote charcters to be added to the file. However, the command fails if the string becomes too long.
Attachments
Issue Links
- requires
-
VCL-891 Create very long text file using the OS module
- Open