On 2016-10-11 15:32, Evgeny Grin wrote:
I'm using Windows Insider (slow ring, prerelease). After recent update
to build 14931, cygwin keeps randomly fail on fork. This happens not
every fork, but frequent enough. Simplest way to trigger it is to run mandb.
At variable delay I got something like
c
Hi!
I'm using Windows Insider (slow ring, prerelease). After recent update
to build 14931, cygwin keeps randomly fail on fork. This happens not
every fork, but frequent enough. Simplest way to trigger it is to run mandb.
At variable delay I got something like
child_info_fork::abort: T:\cygwin64\b
The following packages have been uploaded to the Cygwin distribution:
* guake-0.8.7-1
Guake is a top-down terminal for GNOME (in the style of Yakuake for KDE,
Tilda or the terminal used in Quake).
This is an update to the latest upstream release, which adds a dependency
on python-keybinder.
--
Andrey Repin writes:
> Greetings, Henry S. Thompson!
>
>> You may find the following bash function useful:
>
>> sus ()
>> {
>> sort "$@" | uniq -c | sort -k1nr,1
>> }
>
> Why not sort -u ?
Because then all the counts will be 1.
ht
--
Henry S. Thompson, School of Informatics, Univer
Greetings, Henry S. Thompson!
> You may find the following bash function useful:
> sus ()
> {
> sort "$@" | uniq -c | sort -k1nr,1
> }
Why not sort -u ?
> With you data:
>> sus u.txt
> 2 1
> 2 2
> 2 3
> 1 4
> 1 5
> 1 6
> 1 7
> 1 8
> ht
You may find the following bash function useful:
sus ()
{
sort "$@" | uniq -c | sort -k1nr,1
}
With you data:
> sus u.txt
2 1
2 2
2 3
1 4
1 5
1 6
1 7
1 8
ht
--
Henry S. Thompson, School of Informatics, University of Edinburgh
Am 11.10.2016 um 12:43 schrieb Felipe Vieira:
> the uniq program seems to be faulty on my cygwin:
>
[...]
> /tmp » uniq -c u.txt
> 1 1
> 1 2
> 1 3
> 1 4
> 1 5
> 1 1
> 1 2
> 1 3
> 1 6
> 1 7
> 1 8
> 1
> /tmp »
>
> As you can s
Hi Felipe,
On Tue, Oct 11, 2016 at 12:43 PM, Felipe Vieira wrote:
> Dear mailing list,
>
> the uniq program seems to be faulty on my cygwin:
>
> /tmp » cat u.txt
> 1
> 2
> 3
> 4
> 5
> 1
> 2
> 3
> 6
> 7
> 8
>
>
> /tmp » uniq -c u.txt
> 1 1
> 1 2
> 1 3
> 1 4
> 1 5
>
Dear mailing list,
the uniq program seems to be faulty on my cygwin:
/tmp » cat u.txt
1
2
3
4
5
1
2
3
6
7
8
/tmp » uniq -c u.txt
1 1
1 2
1 3
1 4
1 5
1 1
1 2
1 3
1 6
1 7
1 8
1
/tmp »
As you can see it does not eliminate dup
The following packages have been uploaded to the Cygwin distribution:
* libkeybinder0-0.3.1-1
* libkeybinder-devel-0.3.1-1
* libkeybinder-doc-0.3.1-1
* libkeybinder3.0_0-0.3.1-1
* libkeybinder3.0-devel-0.3.1-1
* libkeybinder3.0-doc-0.3.1-1
* girepository-Keybinder0.0-0.3.1-1
* girepository-Keybind
10 matches
Mail list logo