Answer the question
In order to leave comments, you need to log in
Why does the error "sed: The name 'sed' is not recognized as a cmdlet name..." occur?
The book describes how to collect all the styles in one bundle file.
cat css/*/* css/*.css | sed 's/..\/..\/images/images/g' bundle.css
// sed : Имя "sed" не распознано как имя командлета, функции, файла сценария или выполняемой программы.
Answer the question
In order to leave comments, you need to log in
Is there sed in powershell? in the book it says that this is a way for powershell or for windows?
are you trying to run a bash script in powershell? it won't work. run it on linux system or windows subsystem for linux in windows 10.
Why do you need bash, why do you need cmder? What, powershell functions cannot make this replacement? Rewrite the right part (after the pipe) and you will be happy.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question