Skip to content

Fails to remove html tag #170

Open
Open
@Vagelis-Prokopiou

Description

@Vagelis-Prokopiou

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.

Metadata

Metadata

Labels

C-bugCategory: Something isn't workingP-windowsPlatform: Windows

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions