GNU bug report logs -
#20725
Shuf problem
Previous Next
Reported by: Federico Alves <venefax <at> gmail.com>
Date: Wed, 3 Jun 2015 13:21:03 UTC
Severity: normal
Tags: wontfix
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
2015-06-03 14:33:35 +0100, Pádraig Brady:
> On 03/06/15 14:20, Federico Alves wrote:
> > I think that shuf should have an option, may set ON by default, to avoid empty lines in a file when shuffling it. if a file has 100 lines and ten are simply returns, 99% of the time I do not want an empty line, I want only the real lines.
>
> We would only consider that if it provided functional benefits
> or large performance gains. Neither would be the case here I think
> compared to some simple preprocessing like:
>
> sed '/^$/d' | shuf
[...]
Or
grep -v '^$' | shuf
or
grep . | shuf
(that one will also exclude lines that contain sequences of
bytes that don't form any valid characters).
--
Stephane
This bug report was last modified 9 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.