79630026

Date: 2025-05-20 08:03:18
Score: 1.5
Natty:
Report link

Hash(#) is treated as normal character in vi and it depends in which context you are writing it.

In shell scripts, if you are assigning it to a variable, use single quote

password='kdjkkd#@123'  # This is OK

What type of script are you writing?

Share the snippet as well.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user11702280