Where's the doc for GNU mc?

2005-02-14 Thread kj
Where is the documentation of GNU Midgnight Commander? Thanks! kj -- NOTE: In my address everything before the first period is backwards; and the last period, and everything after it, should be discarded. ___ help-gnu-utils mailing list [EMAIL

GNU sort(1) and very large files

2005-08-30 Thread kj
How does sort(1) handle the sorting of files that are too large to fit in memory? Or, for that matter, how does it sort a piped input that is too big to fit in memory all at once? Thanks! kj -- NOTE: In my address everything before the first period is backwards; and the last period, and

make: "dynamic" targets?

2006-06-26 Thread kj
o for some novel value of *, so make could not compare the latest modification times of the new download against that of this hypothetical directory... Help! TIA, kj -- NOTE: In my address everything before the first period is backwards; and the last period, and everything after it, should b

sort ignores underscores (_)???

2008-02-19 Thread kj
t sort to treat _ consistently? (I don't have a strong preference for either _ < a or a < _ as long as it is consistent.) TIA! kj -- NOTE: In my address everything before the first period is backwards; and the last period, and everything after it, should be discarded.

Re: sort ignores underscores (_)???

2008-02-20 Thread kj
In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Bob Proulx) writes: >Personally I set the following in my own environment to get UTF-8 but >force a standard sort ordering regardless. > export LANG=en_US.UTF-8 > export LC_COLLATE=C That did the trick. Thanks! kynn -- NOTE: In my address everythin

How to extract *and reorder* columns?

2008-03-01 Thread kj
I need to extract and reorder some columns from some very large files. GNU cut will extract the columns nicely and quickly, but won't reorder them. I can do the reordering easily by piping the output of cut through a perl one-liner, but I'm looking for something faster. Is there a GNU utility

Re: How to extract *and reorder* columns?

2008-03-02 Thread kj
In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Bob Proulx) writes: >kj wrote: >> I need to extract and reorder some columns from some very large >> files. GNU cut will extract the columns nicely and quickly, but >> won't reorder them. I can do the reordering easil

screen: emacs key bindings during copy mode?

2009-03-02 Thread kj
When I use gnu screen, to navigate through the scrollback history, i use vi-like commands. Is there a way to use Emacs-like bindings instead? (I.e. I'd like to be able to use the more familiar "M-<" and "M->" to move to the top and bottom of the scrollback buffer, rather than "g" and "G".) TI

make: remote dependencies?

2009-04-17 Thread kj
Would it be possible to have remote dependencies in a makefile? I have a task that depends on the status of files that are downloaded from a remote location via HTTP. This task needs to be performed only if one of the remote files has changed, in which case, the first thing to do is to downloa

Flex/Bison help!

2009-06-02 Thread kj
I've never had more difficulty with GNU software than with Flex/Bison. The documentation makes absolutely no sense to me: things that should work according to the docs don't, which tells me that I just don't understand what the docs are saying. Is there a forum where I can get help with Flex &

Documentation for "cpp -E"

2009-06-07 Thread kj
The documentation I've found for GNU cpp mentions "option -E" in several places, but I can't find any documentation for this option. Have I missed it somehow? Where can I find the documentation for this option? TIA! kynn --

Re: Documentation for "cpp -E"

2009-06-08 Thread kj
In Henrik Carlqvist writes: >kj wrote: >> The documentation I've found for GNU cpp mentions "option -E" in >> several places, but I can't find any documentation for this option. >> Have I missed it somehow? Where can I find the documentation for &

Re: Flex/Bison help!

2009-06-08 Thread kj
In k...@freefriends.org (Karl Berry) writes: >Is there a forum where I can get help with Flex & Bison? >help-f...@gnu.org, although I don't know how active it is. >Also see their site at (yuck) sourceforge. >For bison, help-bi...@gnu.org should work out. Thanks! kynn --

grep & utf-8

2010-02-01 Thread kj
How can I use grep to search for Chinese characters in a utf-8-encoded file? Using grep naively (i.e. just putting the Chinese characters where the search term normally goes in the command line) does not work. TIA! ~K