: (cd /srcdir && tar cf - .) | (cd /destdir && tar xvfp -) == cd /srcdir tar c * |tar xv -C /destdir--기초튼튼