Bug#304872: coreutils: improper behavior of ls on files with spaces in conjunction with md5sum and sha1sum

2005-10-15 Thread Michael Gilbert
Package: coreutils Version: 5.2.1-2.1 Followup-For: Bug #304872 this bug report can be closed. the bug description was due to my own user error. please close. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686)

Bug#304872: coreutils: improper behavior of ls on files with spaces in conjunction with md5sum and sha1sum

2005-04-15 Thread Michael Gilbert
Package: coreutils Version: 5.2.1-2 Severity: normal say I have a certain file with a name that has a space in it such as test 1.file now, I want to compute the sha1 sum of this file, so I can do sha1sum test 1.file and I get an expected sha1sum for the file. now say i want to compute a list

Bug#304872: coreutils: improper behavior of ls on files with spaces in conjunction with md5sum and sha1sum

2005-04-15 Thread Bob Proulx
Michael Gilbert wrote: say I have a certain file with a name that has a space in it such as test 1.file Handling spaces in names has always required extra care. Since the space is also in the set of the IFS (input field separator) characters it is a little tricky to get it right. now, I want