blob: 7cab0456099bd8ea2715d04db9bf55792493dcc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** pgms/tst.sh.orig Wed Feb 5 11:08:39 1992
--- pgms/tst.sh Fri Dec 18 23:10:07 1998
***************
*** 15,19 ****
###############################################################################
ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
! sort >sort.$$ <sort.src
od sort.$$ | sort -n +1 > od.$$
grep the sort.$$ | tee grep.$$ | wc > wc.$$
--- 15,19 ----
###############################################################################
ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
! sort >sort.$$ < ${TESTDIR}/sort.src
od sort.$$ | sort -n +1 > od.$$
grep the sort.$$ | tee grep.$$ | wc > wc.$$
|