/[fuse-comp]/test.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /test.sh

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

revision 1 by dpavlin, Sun Jul 8 12:51:33 2007 UTC revision 3 by dpavlin, Sun Jul 8 13:35:38 2007 UTC
# Line 8  test ! -z /tmp/no-comp/foo && echo ok Line 8  test ! -z /tmp/no-comp/foo && echo ok
8  ls -al /tmp/no-comp/foo /tmp/comp/foo* /dev/shm/comp/foo  ls -al /tmp/no-comp/foo /tmp/comp/foo* /dev/shm/comp/foo
9  wc /tmp/no-comp/foo /tmp/comp/foo* /dev/shm/comp/foo  wc /tmp/no-comp/foo /tmp/comp/foo* /dev/shm/comp/foo
10  zcat /tmp/comp/foo.gz | wc  zcat /tmp/comp/foo.gz | wc
11    
12    rm foo
13    
14    mkdir /tmp/no-comp/bar
15    md5sum /tmp/no-comp/foo > /tmp/no-comp/bar/md5sum
16    md5sum -c /tmp/no-comp/bar/md5sum
17    
18    mkdir /tmp/no-comp/fuse-comp/
19    cp -r . /tmp/no-comp/fuse-comp/
20    diff -ur . /tmp/no-comp/fuse-comp/

Legend:
Removed from v.1  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26