problem with join command

2008-04-03 Thread kevin
I want to use join command with this 2 files : test1: 1 a 2 a 3 a 45 a 78 a 152 a 1896 a test2: 1 a 2 a 3 a 152 a 1896 a When i do : join test1 test2 the result is : 1 a 2 a 3 a and not : 1 a 2 a 3 a 152 a 1896 a Thanks for your help Kevin

problem with join command

2008-04-03 Thread kevin
I forget to give you the version of coreutils : 5.97-5.3ubuntu3 Thanks for your help ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Bugs in unexpand(1) version 6.10

2009-01-22 Thread Kevin O'Gorman
Three oddities in unexpand have been noted by my students here. -- Version information: ke...@treat Test $ unexpand --version unexpand (GNU coreutils) 6.10 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[bug #25538] excluded files are still stat()ed

2009-02-09 Thread Kevin Pulo
URL: Summary: excluded files are still stat()ed Project: GNU Core Utilities Submitted by: devkev Submitted on: Tue 10 Feb 2009 04:24:35 AM GMT Category: None Severity:

wc enhancement request: total option

2009-02-13 Thread Kevin Ivory
coreutils, Kevin Ivory ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

du -L -s not showing dirs containing symlinks to '.'

2005-01-27 Thread Kevin Korb
teron(tm) Processor 246 AuthenticAMD GNU/Linux This is an AMD Opteron running Gentoo Linux. The filesystem is reiserfs. I manually compiled a clean copy of coreutils just to make sure that the patches in Gentoo's portage were not the problem and my clean compile worked exactly the same. --

coreutils 5.2.1 bug: id -Gn

2005-04-11 Thread Bulgrien, Kevin
ABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ id -Gn blahblah root news cvs cvsadmin webadmin backups $ whoami blahblah $ id -Gn blahblah blahblah root news cvs cvsadmin webadmin backups --- Kevin R. Bulgrien Product Engineer General Dynamics C4 Systems http://www.tripoint

RE: coreutils 5.2.1 bug: id -Gn

2005-04-11 Thread Bulgrien, Kevin
5.2.1-5mdk.i586.rpm). A Gentoo user I know reports that id -Gn ; (5.2.1) appears to work as it should. I wonder what might cause the broken behavior to occur? > -Original Message- > From: Bulgrien, Kevin > Sent: Monday, April 11, 2005 1:30 PM > To: 'bug-coreutils@gnu.org

RE: coreutils 5.2.1 bug: id -Gn

2005-04-11 Thread Bulgrien, Kevin
zie. > > > > Copyright (C) 2000 Free Software Foundation, Inc. > > This is free software; see the source for copying conditions. > > There is NO warranty; not even for MERCHANTABILITY or > > FITNESS FOR A PARTICULAR PURPOSE. > > $ id -Gn ; > bl

RE: coreutils 5.2.1 bug: id -Gn

2005-04-11 Thread Bulgrien, Kevin
nal Message- > From: Bulgrien, Kevin > Sent: Monday, April 11, 2005 4:20 PM > To: 'bug-coreutils@gnu.org' > Subject: RE: coreutils 5.2.1 bug: id -Gn > > Does this have something do do with nsswitch.conf? > > $ grep -E "^(passwd|group)" /etc/nsswi

deref-args test and nfs

2005-06-20 Thread Kevin Mudrick
The make check "deref-args" test seems to fail on an nfs-mounted directory where attribute-caching is turned on, due to the block size including some extra information besides the file. Using "du -bkD slink-to-64k" instead, to rely on the file size rather than number of blocks, seems to work f

cp-parents test and ACLs

2005-06-21 Thread Kevin Mudrick
The "cp-parents" test fails when local filesystem ACLs override umask. However, chmod still works fine. Since the test seems to be checking whether the permissions are maintained when using "cp -a", chmod seems to be an alternate approach. --- coreutils-5.2.1/tests/cp/cp-parents 2002-10-08

perm test and ACLs

2005-06-22 Thread Kevin Mudrick
Similar to the cp-parents problem I reported yesterday, the mkdir/perm test also fails whe ACLs override umask. Here's my approach to test if umask works before trying to test mkdir and umask. --- coreutils-5.2.1/tests/mkdir/perm2003-05-14 02:26:20.0 -0400 +++ coreutils-5.2.1-patch

stty (GNU coreutils) 8.4 onlret not functional

2010-03-22 Thread kevin . vansickle
is not set since it only changes the input and would not help the serial device in anyway. I'll find a work around for my immediate needs but I would like to see this fixed if possible. Thanks, Kevin Van Sickle Continental Automotive Systems Test Engineering Sensorics Business Unit

Bug in tail 5.96 - "+" argument not recognized

2006-07-11 Thread Kevin Burtch
st character of N (the number of bytes or lines) is a '+', print beginning with the Nth item from the start of each file, other- wise, print the last N items in the file. N may have a multiplier suf- fix: b 512, k 1024, m 1024*102

sort behavior - Ubuntu problem?

2007-01-23 Thread Kevin Scannell
le sorts as I want it to, in dictionary order: $ uname -a Linux turing 2.6.17-gentoo-r4 #2 SMP Mon Aug 28 12:53:48 CDT 2006 x86_64 AMD Opteron(tm) Processor 246 AuthenticAMD GNU/Linux $ sort test.txt a á aá áa az áz aá áa Any advice would be appreciated. Kevin ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: sort behavior - Ubuntu problem?

2007-01-24 Thread Kevin Scannell
tion reproduce the strange sort order I'm seeing? a á áa aá az áz áa aá Kevin ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: sort behavior - Ubuntu problem?

2007-01-24 Thread Kevin Scannell
On 1/24/07, The Wanderer <[EMAIL PROTECTED]> wrote: Paul Eggert wrote: > "Kevin Scannell" <[EMAIL PROTECTED]> writes: > >> Can anyone with a Debian-like distribution reproduce the strange >> sort order I'm seeing? >> a >> á >> áa

bug#12783: info for sort has an illogical example

2012-11-01 Thread Kevin O'Gorman
. I'm writing software that will use sort extensively in unknown environments, and I'd like to keep all adjustments as localized as possible. So far, setting the collating sequence to POSIX is all that I need; no other locale adjustments. -- Kevin O'Gorman programmer, n. an organism that transmutes caffeine into software.

bug#12783: info for sort has an illogical example

2012-11-05 Thread Kevin O'Gorman
COLLATE=C to get the traditional sort order that uses native byte values. On Fri, Nov 2, 2012 at 11:07 AM, Bob Proulx wrote: > Kevin O'Gorman wrote: > > (reformatted and numbered) > > A, In that case, set the `LC_ALL' environment variable to `C'. > > B. Note that

bug#12783: info for sort has an illogical example

2012-11-05 Thread Kevin O'Gorman
31 PM, Kevin O'Gorman wrote: > Looking at a convenient issue of the POSIX standard, I find > http://pubs.opengroup.org/onlinepubs/007908799/xbd/envvar.htm, and in > particular where it mentions a "precedence order". It seems that the > interaction of environment variables is

bug#12783: info for sort has an illogical example

2012-11-06 Thread Kevin O'Gorman
On Tue, Nov 6, 2012 at 6:44 AM, Pádraig Brady wrote: > On 11/06/2012 04:20 AM, Kevin O'Gorman wrote: > >> One ammendment... I'd say setting LANG=C is also unwise, and for the same >> reason. make that >> - It can be unwise to set LC_ALL or LANG to affect sor

bug#14327: I am getting random hangs executing coreutils 8.21 sort.

2013-05-01 Thread Kevin Wills
I am getting random hangs executing coreutils 8.21 sort. It occurs every so often but I can't reproduce on demand. OS: RHEL 5.8 Linux 2.6.18-308.4.1.el5 #1 SMP Wed Mar 28 01:54:56 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux CMDLINE: INSTALL/coreutils-8.21/bin/sort --parallel=4 -k3,3 -k4,4n -t , -S

ls command not alphabetical output

2003-07-25 Thread Kevin Klein.Osowski
o work, I know it. It appears that for some reason the '.' is being ignored and sorting is only being done on letters and numbers etc. This is a pretty obvious mistake, so I am betting it was intentional. What gives? I am using ls version 4.5.3

Re: ls command not alphabetical output

2003-07-26 Thread Kevin Klein.Osowski
Yes, that fixes it, and other problems I have been having. Kevin On Fri, 25 Jul 2003, Paul Jarc wrote: > "Kevin Klein.Osowski" <[EMAIL PROTECTED]> wrote: > > The ls -a command does not give an alphabetically sorted list of > > files, sorted by file name. > .

bug#19228: Challenging output from "help2man split"

2014-11-30 Thread Kevin O'Gorman
omewhat hard to understand. This is the portion that begins "CHUNKS may be:" I'm an Xubuntu user, and this output is the man page we get. I expect the same is true of some or all debian-based distros, and perhaps others as well. -- Kevin O'Gorman #define QUESTION ((bb) || (!bb)) /*

bug#19476: Poor output from "help2man split"

2014-12-31 Thread Kevin O'Gorman
ine breaks have been lost. The output of "help2man split" joins the nines in the poriti that begins -- Kevin O'Gorman #define QUESTION ((bb) || (!bb)) /* Shakespeare */ Please consider the environment before printing this email.

bug#19476: Poor output from "help2man split"

2014-12-31 Thread Kevin O'Gorman
On Wed, Dec 31, 2014 at 4:06 AM, Pádraig Brady wrote: > forcemerge 19228 19476 > stop > > I have no clue what that means. -- Kevin O'Gorman #define QUESTION ((bb) || (!bb)) /* Shakespeare */ Please consider the environment before printing this email.

bug#20874: Split -d skips to 9000 at 90

2015-06-22 Thread Kevin Tan
Coreutils version: 8.23-3ubuntu1 Operating system: Ubuntu 15.04 Split with numeric suffixes adds extra digits in the suffix from 90+ and begins counting again from the 9000s. All 90s after the first have no jumps. Example: split -b 2048 -d testfile.bin splitfile. With a large enough test fil

bug#26324: Tail does not recognize .log file type

2017-03-31 Thread Kevin Bedard
ls@gnu.org . reverting to polling* Thanx, Kevin Bedard Principal Software Quality Assurance Engineer [image: OnBoardSecurityLogo_Horiz_Orange_Tagline_RGB] *Formerly the SI-Embedded Business Unit of Security Innovation* 187 Ballardvale Street Suite A202 Wilmington, MA 01887 smime.p7s Desc

bug#36344: nix-build

2019-06-23 Thread Kevin Stalker
Hi, I am running a newly installed Ubuntu and I have installed nix in single user mode. I ran nix-build and got the following list of errors. It says I should report this to you! This is a brand new machine with little else going on, I'm a novice, so I expect its my fault. Any suggestions would

Re: df enhancment for removable media

2006-03-21 Thread Kevin R. Bulgrien
les. Is this something that was "fixed" so that a later version of Suse might have a df that works? If so, I might just allow the user to override the space checking in the event he has an affected system. Thanks, Kevin R. Bulgrien Juergen Weigert wrote: > Hi coreutils people! > >

Re: df enhancment for removable media

2006-03-21 Thread Kevin R. Bulgrien
nd for a shell script? Not sure what questions to ask. I never heard of df doing this before, though now I see it is apparently not df per se. What is a shell script to do? Thanks, Kevin R. Bulgrien ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: df enhancment for removable media

2006-03-21 Thread Kevin R. Bulgrien
or me to make sure the media is mounted so df will report what it needs to report. I already issued the mount command, so from the script's (and my) perspective it should be still mounted when df runs. Thanks, Kevin R. Bulgrien kbulgrien (at) att dot net ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: df enhancment for removable media

2006-03-21 Thread Kevin R. Bulgrien
u explicitly mounted. All I am looking for is an idea of the most sane way to script something so I can get what I want from df on a system that is configured like the Suse systems that spawned the thread in the first place. I just have not encountered this type of situation before. Kevin R. Bulgrien ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: join: too many non-option agruments

2006-03-25 Thread Kevin R. Bulgrien
> Hello my name is Tari, and I am a novice on this unix. My problem bug is > that I am also getting the message > > join: too many non-option agruments, when I am trying to join to files. > > For example: > join -t: -a1 -j1 1 -j2 1 pnn pnum > pacetrep The man page says that -j takes one value. Yo

bug#8142: Bug Submission

2011-02-28 Thread Schaefer, Kevin L
Hello, I located a bug in the help page for the date command, which can be accessed by typing "date --help". It says that the range for second is (00..60), when it should probably be (00..59). Thank You, Kevin Schaefer Associate Editor, The McKendree Review Life: "It's

Re: [Gaeilge-gnulinux] trailing white space in Irish translation for coreutils

2006-08-09 Thread Kevin Patrick Scannell
g not in FE94; ordúil > for ordered >Makefile.maint: found trailing blank(s) Fixed, and uploaded to the Translation Project. -Kevin ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

bug#11271: dirname /home/dir/

2012-04-18 Thread Kevin Huanpeng Du
Hi, i find dirname dirname strip a dir name when a string with out a filename. ₤ dirname /dir/file ₤ /dir ₤ dirname /dir/subdir/ ₤ /dir # is this right? subdir is a not a file. Thanks, Du Huangpeng

bug#13893: bug in CP

2013-03-06 Thread Kevin C. Redden
7;s frankly very annoying. Thanks. - Kc (linux user since Ubuntu 8.04.01) -- Kevin C. Redden -- kcred...@gmail.com https://awanderingminddotme.wordpress.com/ "I am free because I know that I alone am morally responsible for everything I do. I am free, no matter what rules surround me. I