bug#33823: coreutils v.8.30 – Command, pasted from text editor to GUI terminal, not displayed though applied

2018-12-21 Thread Ricky Tigg
Component: coreutils.x86_64 8.30. Observation not reported at pixelbeat.org . Command executed in *GUI terminal* (*Gnome terminal*): $ cat > 1 A End file (*Ctrl D*) after 'A'. Copy from terminal both previous input and output as pattern 'cat

bug#33824: coreutils v.8.30 – An expression part of a cat command is interpreted as "ambiguous redirect" when applied to a target.

2018-12-21 Thread Ricky Tigg
Component: coreutils.x86_64 8.30. Observation not reported at pixelbeat.org . Command executed: $ cat a* >> b* bash: b*: ambiguous redirect Thought the same syntax is used with success when applied only to source files: $ cat a* >> b $ Prob