findutils - Patches: patch #2799, -a option to read args from file
You are not allowed to post comments on this tracker with your current authentication level.
patch #2799: -a option to read args from file
| Submitter: | Robin Green <greenrd> | ||
| Submitted: | Sun 14 Mar 2004 03:17:37 PM UTC | ||
| Category: | xargs enhancement | Priority: | 1 - Later |
| Status: | Done | Privacy: | Public |
| Assigned to: | jay | Originator Name: | |
| Open/Closed: | Closed | Release: | None |
| Fixed Release: | None | ||
|
Sun 21 Nov 2004 06:01:25 PM UTC, comment #1: |
James Youngman <jay> |
|
Sun 14 Mar 2004 03:17:37 PM UTC, original submission:
Add the ability to read from a file without redirecting stdin. This allows xargs to be used with interactive programs without interfering with their access to keyboard input.
|
Robin Green <greenrd> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2004-11-21 | jay | Status | None | Done | |
| Assigned to | None | jay | |||
| Open/Closed | Open | Closed | |||
| 2004-03-14 | greenrd | Attached File | - | Added xargs.patch, #2917 |
Powered by Savane 3.12.
Corresponding source code

I applied a change which is very similar. Differences are that the provided patch didn't play nicely with prep_child_for_exec() and that there was no documentation.