search for: rrll

Displaying 1 result from an estimated 1 matches for "rrll".

Did you mean: roll
2005 Feb 27
0
[Bug 2395] New: problems copying from a dir that includes a symlink in the path
...mkdir -p $dest cd source echo '###' rsync $opts s/$file ../$dest rsync $opts s/$file ../$dest cd .. ls -ld $(find $dest) \ | sed 's,..........................................., ,' } opts=( -r -rl -rLL # hack for for case-insensitive file systems -rR -rRl -rRLL ) testGroup() { for x in ${opts[@]} test $x $1 } setupSource setupCorrectOutput rm -rf output mkdir output testGroup file testGroup symlink dodiff() { find correct-output -type $1 | sed 's,correct-output/,,' | sed "s,$, $1," >> $c find output -type $1 | sed...