This might be the stupidest question ever but here it goes, i need to create a file with the name Hello! It's $s It using the touch command
but whenever i use
I see the initial problem being you used single quotes around the literal. To a computer, an apostrophe is the same as a single quote, so it took the literal as Hello! It and didn't know what to do with the s $s'