The problem is simple: = is invisible in WSL's nano and I don't think this should be happening:
#! /usr/bin/bash STRING="e" echo "$STRING"
Is there some way to turn this off?
9 Reset to defaultThe problem is simple: = is invisible in WSL's nano and I don't think this should be happening:
#! /usr/bin/bash
STRING="e"
echo "$STRING"Is there some way to turn this off?
9 Reset to default