Script started on Fri Jan 10 14:34:57 1997
Executing ~/.cshrc
1. Workbench3.1:> tester2
input your pipelines commands (^c to quit):
first command: ls
second command (or 0): 0
redirected file (or 0): 0
calling dopipe with: ls
Makefile	dopipe.o	lexical.c	tester1.o	type.h
baby-shell	grammar.h	lexical.h	tester2		usertypes.h
baby-shell.c	language.c	lexical.o	tester2.c
baby-shell.o	language.h	tester1		tester2.o
dopipe.c	language.o	tester1.c	tests
dopipe exited successfully
first command: ls
second command (or 0): wc
redirected file (or 0): 0
calling dopipe with: ls | wc
      22      22     218
dopipe exited successfully
first command: ls
second command (or 0): 0
redirected file (or 0): redirect.1
calling dopipe with: ls > redirect.1
dopipe exited successfully
first command: ls
second command (or 0): wc
redirected file (or 0): redirect.2
calling dopipe with: ls | wc > redirect.2
dopipe exited successfully
first command: ^C1. Workbench3.1:> cat redirect.1
Makefile
baby-shell
baby-shell.c
baby-shell.o
dopipe.c
dopipe.o
grammar.h
language.c
language.h
language.o
lexical.c
lexical.h
lexical.o
redirect.1
tester1
tester1.c
tester1.o
tester2
tester2.c
tester2.o
tests
type.h
usertypes.h
1. Workbench3.1:> cat redirect.2
      24      24     240
1. Workbench3.1:> exit
1. Workbench3.1:> 
script done on Fri Jan 10 14:40:47 1997
