21 Oct
2022
21 Oct
'22
12:10 a.m.
At a shell prompt, try the following four commands: pw=testing123 echo $pw echo "$pw" echo '$pw' I think the error will become obvious. -Martin