Andreas Stolcke wrote:
> On a i386-pc-solaris2.7 system, mktemp goes into an infinite loop.
> The wrapper function definition for gettimeofday() is broken, so
> the function keeps calling itself.
Thanks for the report and patch.
This relates to gnulib, so I've Cc'd that list.
> *** lib/gettimeofd
Hello,
I have a makefile which does the following:
1. grab a .gz file from server using wget -- works fine
2. extract the data from .gz file to new file based on filter using ZCAT
-- works fine
3. sort the data from based on specific field and saves the data into a
new file -- DOE
Harpal Shergill writes:
>
> Hello,
>
> I have a makefile which does the following:
>
>1. grab a .gz file from server using wget -- works fine
>2. extract the data from .gz file to new file based on filter using ZCAT
>-- works fine
>3. sort the data from based on specific field a
here a small bug in stat:
stat -c %n *
stat : option invalide -- 's'
Saisissez « stat --help » pour plus d'informations.
ls
-sdjfè`@$&.txt
stat is not able to list a direstory if a file start with a -
- - wrote:
> here a small bug in stat:
>
> stat -c %n *
> stat : option invalide -- 's'
> Saisissez « stat --help » pour plus d'informations.
>
> ls
> -sdjfè`@$&.txt
>
> stat is not able to list a direstory if a file start with a -
Thank you for your bug report but this is not a bug in stat but
tags 8423 notabug
close 8423
thanks
tags 8513 notabug
close 8513
thanks
Bob Proulx wrote:
> Thank you for your bug report but this is not a bug in stat but a
> misunderstanding of how file globs operate with your command shell.
And thank you for replying, Bob.
tags 8511 notabug
close 8511
thanks
Alan Curry wrote:
...
> Your makefile is running the DOS/Windows sort command instead of the
> GNU/cygwin sort. Use a full path like /whatever/cygwin/bin/sort to make it
> use the right one.
>
> cygwin's bug, if a bug at all...
Hi Alan,
Thanks for replying.
I'm