bug#8766: Bug in sha1sum?

2011-05-31 Thread Jim Meyering
Theo Band wrote: > On 05/31/2011 01:03 AM, Alan Curry wrote: >> Theo Band writes: >>> Hi >>> >>> I'm not sure, but I think I found a bug in sha1sum. It's easy to >>> reproduce with any file that contains a backslash (

bug#8766: Bug in sha1sum?

2011-05-31 Thread Theo Band
On 05/31/2011 01:03 AM, Alan Curry wrote: > Theo Band writes: >> Hi >> >> I'm not sure, but I think I found a bug in sha1sum. It's easy to >> reproduce with any file that contains a backslash (\) in the name: >> echo test > test >> $ sha1sum te

bug#8766: Bug in sha1sum?

2011-05-30 Thread Alan Curry
Theo Band writes: > > Hi > > I'm not sure, but I think I found a bug in sha1sum. It's easy to > reproduce with any file that contains a backslash (\) in the name: > echo test > test > $ sha1sum test > 4e1243bd22c66e76c2ba9eddc1f91394e57f9f83 test > $ mv

bug#8766: Bug in sha1sum?

2011-05-30 Thread Theo Band
Hi I'm not sure, but I think I found a bug in sha1sum. It's easy to reproduce with any file that contains a backslash (\) in the name: echo test > test $ sha1sum test 4e1243bd22c66e76c2ba9eddc1f91394e57f9f83 test $ mv test 'test\test

Re: bug in sha1sum

2008-05-13 Thread Philip Rowlands
On Tue, 13 May 2008, Phillip Susi wrote: Philip Rowlands wrote: Coreutils manpages tend to be short reference sheets listing the available options. Further documentation is provided in the "info" command, as should be mentioned as the end of each manpage. From the docs: `-b' `--binary'

Re: bug in sha1sum

2008-05-13 Thread Phillip Susi
Philip Rowlands wrote: Coreutils manpages tend to be short reference sheets listing the available options. Further documentation is provided in the "info" command, as should be mentioned as the end of each manpage. From the docs: `-b' `--binary' Treat each input file as binary, by readin

Re: bug in sha1sum

2008-05-12 Thread Philip Rowlands
On Mon, 12 May 2008, Dave Hines wrote: I have just been looking at the man page for sha1sum, and saw the options: -b, --binary read in binary mode -t, --text read in text mode (default) There is no further explanation of what these options mean. Coreuti

bug in sha1sum

2008-05-12 Thread Dave Hines
I have just been looking at the man page for sha1sum, and saw the options: -b, --binary read in binary mode -t, --text read in text mode (default) There is no further explanation of what these options mean. I assume that binary mode means to read the fil