Open
Description
The following fail:
sd '</span>' '' file.txt
sd -s '</span>' '' file.txt
The respective sed
command works:
sed 's|</span>||g' file.txt
Platform: Windows
sd version: 0.7.6
Executed from within Git Bash.
PS: I also tried various combinations with escaping the special characters, but nothing worked.