fmt: feature request - honour COLUMNS

2004-01-12 Thread Edward Welbourne
It would be really nice if the fmt program were to honour the COLUMNS environment variable (c.f. the resize program) as its default for the --width parameter. Anyway, thanks for a tool that'll make it *so* much easier for me to maintain help message output from scripts without having to laboriousl

Re: Feature request

2003-02-22 Thread Bob Proulx
Morten Karlsen wrote: > cut -f-1 > > Get last field in line > > Interested? Personally I recommend using awk. Then you are not dependent upon a particular implementation of cut and can use standard tools which are available on all systems. awk '{print $(NF-1)}' echo one two three | aw

Feature request

2003-02-21 Thread Morten Karlsen
cut -f-1 Get last field in line Interested? -- Morten Karlsen, Technical engineer, Taide Network AS. ___ Bug-textutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-textutils

feature request: cat command line option to prefix file name

2003-02-03 Thread Vardhan Varma
cat -n is great can we have a 'cat -f' which will prefix each line wiht the file name cat -f-n will display as file:line: --Regards [EMAIL PROTECTED] ___ Bug-textutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-tex

Feature request in md5sum and sha1sum

2002-11-29 Thread Eric M. Hopper
In various file sharing systems, and in other places, base32 notation is become standard. Partly this is because it is a little more human friendly because case does not matter and it's shorter than base16. This is also partly because the two most commonly used digest formats are a multiple of 5

md5sum feature request

2001-08-01 Thread Ian Grant
md5sum should be able to just output the checksum and nothing else. Of course this makes little sense when given multiple files, but for stdin or a single file it's useful and allows md5sum to be used in place of md5. Here's a patch against textutils-2.0 diff -urN textutils-2.0/doc/textutils.

sort - feature request

2001-06-15 Thread Vlad Vul
Hello bug-textutils, Please add --random feature for sorting. Shuffle all strings. It will be useful for slideshow, music playing and so on. -- Best regards, Vlad mailto:[EMAIL PROTECTED] ___ Bug-textutils mailing list