question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

shell example doesn't work

See original GitHub issue

If 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:closed
  • Created 8 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
dlebauercommented, Sep 22, 2017

I can confirm that I am also unable to replicate this error. Apologies for not replying earlier to your previous responses.

1reaction
tshirtmancommented, Sep 22, 2017

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found