Lines Matching full:three
310 mkdir -p one/two; echo hello > one/two/three; tar czf test.tar one/two/three
311 rm one/two/three; mkdir one/two/three
312 testcmd 'replace dir with file' '-xf test.tar && cat one/two/three' \
324 mkdir -p one/two/three/four/five
325 touch one/two/three/four/five/six
327 "three/four/five/six\n" "" ""
339 "TT --xform 's/uno/one/S;s/dos/two/S;s/tres/three/S;s/quatro/four/S'" \
340 "one/\none/two -> tres\none/three\none/four link to one/three\n" "" ""
343 "TT --xform 's/uno/one/;flags=rh;s/dos/two/;s/tres/three/;s/quatro/four/'" \
344 "one/\none/two -> tres\none/three\none/four link to one/three\n" "" ""
347 "TT --xform 's/uno/one/;flags=rHhsS;s/dos/two/;s/tres/three/;s/quatro/four/'"\
348 "one/\none/two -> tres\none/three\none/four link to one/three\n" "" ""
351 "TT --xform 'flags=s;flags=rh;s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/'" \
352 "one/\none/two -> tres\none/three\none/four link to one/three\n" "" ""
355 "TT --xform 'flags=rsH;s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/'" \
356 "one/\none/two -> three\none/three\none/four link to uno/tres\n" "" ""
359 "TT --xform 'flags=rshR;s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/'" \
360 "uno/\nuno/dos -> three\nuno/tres\nuno/quatro link to one/three\n" "" ""
362 testing "xform path" "$TAR one --xform=s@three/four/@zero@ | tar t | grep six" \
366 "$TAR --xform 's#^.+/##x' one/two/three/four/five | tar t" 'five/\nsix\n' '' ''
370 "XX='--xform s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/' TT" \
371 'one/\none/two -> three\none/three\none/four link to one/three\n' '' ''
374 "XX='--xform s/uno/one/S;s/dos/two/S;s/tres/three/S;s/quatro/four/S' TT" \
375 "one/\none/two -> tres\none/three\none/four link to one/three\n" "" ""
378 "XX='--xform flags=rs;s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/' TT"\
379 "one/\none/two -> three\none/three\none/four link to uno/tres\n" "" ""
382 "XX='--xform flags=sh;s/uno/one/;s/dos/two/;s/tres/three/;s/quatro/four/' TT"\
383 "uno/\nuno/dos -> three\nuno/tres\nuno/quatro link to one/three\n" "" ""