jquery.terminal icon indicating copy to clipboard operation
jquery.terminal copied to clipboard

Pipe error when processing echo

Open jcubic opened this issue 2 years ago • 0 comments

Issue summary

Echo with pipe doesn't work with string with quotes inside

Expected behavior

It should echo string with single quote

Actual behavior

It throw an error

Steps to reproduce

  1. Open Pipe Demo
  2. execute echo "foo'bar"

Additional notes

Linked demo sometimes throw formatted error from command:

fortune | say

Probably because of single quote in text

jcubic avatar Mar 17 '22 23:03 jcubic