Closed
Description
shx version: 0.3.2
npm version: 6.9.0
node version: 10.16.0
I'm trying to replace some text for a file in a child folder /docs
.
I run this command:
shx sed -i 's/globals.html/index.html/g' docs/index.html
And get the error: sed: no files given
I've confirmed this works with the vanilla unix sed command. Steps to reproduce:
git clone https://github.com/crhistianramirez/shx-bug-repro-sed.git
cd shx-bug-repro-sed
npm install
npm run bug