tech-userlevel archive

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

Re: bin/44246: enhance mv to work better with xargs



In the following

+.It Fl t
+Causes the immediately following argument as the destination, instead of
+the final argument.

you should probably say

Causes the immediately following argument to be used as the destination, instead of the final argument.



On Sat, 12 Jan 2013, Eric Schnoebelen wrote:

Eric Schnoebelen writes:
-
- David Holland writes:
- - On Sat, Jan 12, 2013 at 08:21:59PM -0600, Eric Schnoebelen wrote:
- -  > -     for (rval = 0; --argc; ++argv) {
- -  > +     for (rval = 0; argc--; argv++) {
- -
- - Can you change that to a normal for (i=1; i<argc; i++) type of loop?
-
- Sure, I was just going for the minimal number of changes..

And now with the updated patch file.

--
Eric Schnoebelen                eric%cirr.com@localhost         
http://www.cirr.com
        "...I knew I was working way too hard when I started having
                nightmares in FORTRAN" -- Brent Chapman


!DSPAM:50f230ff248171234514069!


-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index