shell example doesn't work
See original GitHub issueIf I create a file with the example sentence, and run write-good I do not get any output:
$ echo "So the cat was stolen." > test.md
$ write-good test.md
I expected the same output as in the README, but do not see it.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7
Top Results From Across the Web
command does not work in script file, but works ok with shell ...
I am running a command in my shell. It works ok in the shell. I mean just in terminal. But i need it...
Read more >Why Shell Command doesn't work as it should work normally ...
Open a new terminal, make sure you're running bash and not zsh/ksh, and then copy-paste the command. Does it still work perfectly? –...
Read more >shell scripting if statement doesn't work - Unix Stack Exchange
Examples In Your Code ... ..remember that the shell relies on whitespace to tell where one thing ends and another begins (again, footnote...
Read more >Understanding Shell Script Variables
Variables - Part 1 - A Bourne Shell Programming / Scripting Tutorial for learning about using the Unix shell.
Read more >Shell Mistakes - The Green End Organisation
Unfortunately "set -e" doesn't work properly with pipelines, as only the exit status of the last command in a pipeline is checked by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm that I am also unable to replicate this error. Apologies for not replying earlier to your previous responses.
Ok, i retried now with the passive sentence from the readme, and got the issue report, i can only assume i tested wrong yesterday, sorry!