bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: join: too many non-option agruments


From: Paul Eggert
Subject: Re: join: too many non-option agruments
Date: Sat, 25 Mar 2006 23:39:55 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Tari Drumgo" <address@hidden> writes:

> join -t: -a1 -j1 1 -j2 1 pnn pnum > pacetrep

This is using the obsolete syntax for 'join'.  That may or may not work,
depending on how your 'join' was built and what the environment is.

Try using the modern syntax instead.  That should always work:

   join -t: -a1 -1 1 -2 1 pnn pnum > pacetrep

Or, since "-1 1 -2 1" is the default, simply:

   join -t: -a1 pnn pnum > pacetrep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]