▲ | 0xDEAFBEAD 2 days ago | |
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 2 days ago | parent [-] | |
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 |