[bug #20883] sort -u -n drops more lines than expected

2007-08-24 Thread Bob Proulx
Update of bug #20883 (project coreutils): Assigned to:None => rwp Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks for the r

".." anomaly in "rmdir -p"?

2007-08-24 Thread Juergen Reuter
Hi all, I do not know if this is a bug or a feature, but suppose the following situation: Assume you create two subdirectories: mkdir dir1 mkdir dir2 Now, if you say rmdir -p dir1 dir1 is removed as expected and no further action is taken. Howver, if you instead say: rmdir -p dir2/../d

Re: ".." anomaly in "rmdir -p"?

2007-08-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Juergen Reuter on 8/24/2007 7:47 AM: > rmdir -p dir2/../dir1 > > (which after expansion denotes the same directory) then you get the > error message "dir2/..: Directory not empty", probably since ".." is > handled like an ordinary directo

[bug #18927] feature request: user defined format for ls output

2007-08-24 Thread Rodolfo Borges
Follow-up Comment #3, bug #18927 (project coreutils): Nor colorizing the output, print sizes in human-readable format, etc, etc. find != ls ___ Reply to this item at: _

md5sum

2007-08-24 Thread Ryan Duval
Not a bug, but a feature request. It would be nice if you were able to check a file against a checksum. E.g.: $ md5sum --compare f81064ee2b508c452bd9eef829da162e Logging.pm Logging.pm Does NOT match $ md5sum --compare f81064ee2b508c452bd9eef829da162e Logging.pm Logging.pm OK Ryan Duval S

[bug #1212] wishlist: ls sort case insensitive option

2007-08-24 Thread Rodolfo Borges
Follow-up Comment #4, bug #1212 (project coreutils): I found out that unsetting LANG fixes the case sensitivity (README is supposed to came before main.c, dammit!), but will it be missing UTF capability without the LANG=en_US.UTF-8 that was default in my distro? _

Re: md5sum

2007-08-24 Thread Mike Frysinger
On Friday 24 August 2007, Ryan Duval wrote: > Not a bug, but a feature request. It would be nice if you were able to > check a file against a checksum. E.g.: > > $ md5sum --compare f81064ee2b508c452bd9eef829da162e Logging.pm > Logging.pm Does NOT match > > $ md5sum --compare f81064ee2b508c452bd9e

[bug #1212] wishlist: ls sort case insensitive option

2007-08-24 Thread Eric Blake
Follow-up Comment #5, bug #1212 (project coreutils): There are three environment variables that control how ls sorts: LANG (default for all categories, if unset, a platform default is used) LC_COLLATE (particular locale for collation [ie sorting] rules) LC_ALL (override for all categories) If yo