/[pspp]/pspp/tests/command/filter.sh
ViewVC logotype

Diff of /pspp/tests/command/filter.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jmd, Wed Apr 13 10:09:59 2005 UTC revision 1.5 by blp, Mon May 2 06:21:21 2005 UTC
# Line 48  cd $TEMPDIR Line 48  cd $TEMPDIR
48    
49  activity="create program"  activity="create program"
50  cat > $TESTFILE << EOF  cat > $TESTFILE << EOF
51  data list notable /x 1-2.  data list notable /X 1-2.
52  begin data.  begin data.
53  1  1
54  2  2
# Line 61  begin data. Line 61  begin data.
61  9  9
62  10  10
63  end data.  end data.
64  compute filter_$ = mod(x,2).  compute FILTER_$ = mod(x,2).
65    
66  filter by filter_$.  filter by filter_$.
67  list.  list.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26