On 10/25/2014 03:53 PM, George Shuklin wrote:
> Yes is very nice to generate large repeating patterns, but it always adds
> \n at the end. It's OK for the string data but sometimes mess with binary.
> 
> Any way to disable it will be really appreciated. F.e. -n key (like for
> 'echo'), or any other.

Does this suffice?

  yes whatever | tr -d '\n'





Reply via email to