FG
💻 Software

Sed for windows

Fresh5 days ago
Mar 15, 202641687 views
Confidence Score0%
0%

Problem

I am attempting to use SED for the first time. To complicate matters, I am using it in Windows. I downloaded from this source. Since I don't have installation privileges on my work machine, I created a folder in my profile for executables and added it to my . I am having issues trying to use SED fo…

Error Output

sed: -e expression #1, char 1: unknown command: `''

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Sed for windows

Low Risk

Unlike the Unixes, the Windows command-line shell does not perform any word-splitting and does not strip away the quotes; the program just receives a single string containing the entire command line. This means that not all programs can follow the s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment