nash icon indicating copy to clipboard operation
nash copied to clipboard

parser: incorrect parsing of pipe token close to variable

Open i4ki opened this issue 7 years ago • 0 comments

ls|grep a #works
echo "hello"|grep h #works
echo hello|grep h #works
echo $PATH|grep # <stdin line 12>:1:10: Unrecognized character in action: U+007C '|'
echo $a|b # <stdin line 13>:1:7: Unrecognized character in action: U+007C '|'

i4ki avatar Mar 07 '17 14:03 i4ki