Files
gnu-coreutils/src
Karl Heuer a09d9e5bad split: accept new output --filter=CMD option
* src/split.c: Include <signal.h>, <sys/wait.h> and "sig2str.h".
(FILTER_OPTION): New anonymous enum member.
(filter_command, filter_pid): New globals.
(open_pipes, open_pipes_alloc, n_open_pipes): Likewise.
(oldblocked, newblocked): Likewise.
(longopts): Add "filter".
(usage): Document --filter.
(create): Extend to create a pipe and fork "sh -c CMD".
(closeout): Adapt to close a pipe and wait for child process.
(cwrite): Call closeout, not just close.
(lines_chunk_split): FIXME
(bytes_chunk_extract): FIXME
(opid, ofile_open, lines_rr, main): FIXME
(ignorable): New function, to encapsulate EPIPE test.
2011-05-06 22:54:51 +02:00
..
2011-05-03 10:24:18 +02:00
2011-05-05 16:32:14 +01:00
2011-03-03 09:05:44 +01:00
2011-04-11 11:13:14 +02:00
2011-04-26 09:27:49 +02:00
2011-03-22 07:12:01 +01:00
2011-02-14 21:05:55 -08:00
2011-03-03 09:05:44 +01:00