min
min copied to clipboard
shell redirection of text output to a file is corrupted with additional characters
Hello I just found this issue on PureOS/Debian bullseye/zsh shell/min -v -> 0.37.0
I am trying to capture puts! text output from a min program but I managed to recreate the problem from the command line:
min -e:'"junk" print' > junk.txt emacs junk.txt (with hexl-mode) this is the output: 6a75 6e6b 1b5b 306d 1b5b 306d junk.[0m.[0m
Many thanks