this is my bare metal:
computer: Dell Latitude E5430
os: Linux Mint 22.3 "zena" - Cinnamon 64-bit
linux_kernel: 6.17.0-19-generic
So I was learning to create files without using an editor when I wrote this on the terminal:
and when I typed enter it started doing the ">" thing so I can write text and after I press enter, I would be adding more lines accordingly, but the thing is that I can't exit that ">" state, how can I do that? (I know I can just exit the terminal and re-open it again but I don't want to exit the terminal everytime I get stuck on ">", so how can I exit it?)echo because if you let it sink, you're doomed >> marine
I tried to type EOF as I already done that in another way of creating files without a text editor:
cat << EOF > sunburn
but with "EOF" it doesn't work

