Ebbe hol a mozgatás? Lehet félreértelek, de így nem jó? #!/bin/bash -u set -x mkdir -p "/tmp/\$_OUTDIR" cd "${_}" echo "hello" > test.file rm -rf "/tmp/target" > /dev/null mv "/tmp/\$_OUTDIR" "/tmp/target/" ls -al "/tmp/target/"