hi,
I've a big (3.3Go) gzipped file which comes from nsrl with fields separated
by one tabulation :
$ zcat nsrlfiletxt.gz | head -2
sha-1md5crc32filenamefilesizeproductcode
opsystemcodespecialcode
00206738748edd92c4e3d2e823896700f849
392126e756571ebf112cb1c1cdedf926
On Mon, Jul 4, 2016 at 6:57 AM, Pascal wrote:
> hi,
>
> I've a big (3.3Go) gzipped file which comes from nsrl with fields separated
> by one tabulation :
>
> $ zcat nsrlfiletxt.gz | head -2
> sha-1md5crc32filenamefilesizeproductcode
> opsystemcodespecialcode
> 002067387
tags 23892 notabug
thanks
[I've re-added the bug-tracking address to record that this was not a
bug and that the issue auto-created by your email is closed. ]
On Mon, Jul 4, 2016 at 11:56 AM, Pascal wrote:
> that's right, with LANG=C before grep : all lines are processed :-)
Use LC_ALL=C, not L