A question on input redirection

mark at umcp-cs.UUCP mark at umcp-cs.UUCP
Sun Sep 18 11:51:48 AEST 1983


	I have been trying to come up with a generalized
	way to direct input to a command such that it takes
	it's input from a file for a while and then begins
	taking input from the standard input (keyboard).

If your command is 'cmd', why not:
	cat file1 file2 ... filen - | cmd
-- 
spoken:	mark weiser
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!mark
CSNet:	mark at umcp-cs
ARPA:	mark.umcp-cs at UDel-Relay



More information about the Comp.unix.wizards mailing list