Comment by 0xDEAFBEAD

Comment by 0xDEAFBEAD 6 hours ago

1 reply

A prompt including > can be dangerous since that character also does shell output redirection. A sloppy copy/paste could, in theory, overwrite an important file.

swiftcoder an hour ago

The usually trick here is to use a unicode character like ⟫ (U+27EB) instead, which looks basically the same, but isn't interpreted as a redirection by the shell