Displaying 1 result from an estimated 1 matches for "etctest".
Did you mean:
ectest
2003 Feb 12
3
duplicated file removal: call for comment
...called "duplicated files"
was broken.
That's why we expect nobody used it anyway in earlier versions - but who
knows..
Example:
--------
Whe have treeA/ treeB/ treeC/ and treeD/, which may or may not have
common files or directories in the depth. the contense of a file in
treeA/etc/etctest for e.g. may differ from treeD/etc/etctest. In my
example, treeA/etc/etctest contains the line "treeA", and alike.
Let's look what's the way of standard unix programs:
$ mkdir /tmp/test
$ cp -r tree*/* /tmp/test/
$ cat /tmp/test/etc/etctest
treeD
$ rm -rf /tmp/test/*
$ scp -r t...