# Instead of dragging 5 folders, run this to copy them one by one for file in "/source/dir1" "/source/dir2" "/source/dir3"; do pv -tpreb "$file" | dd of="/destination/$(basename $file)" bs=1M done
If you refuse the terminal, the closest native Linux app is . teracopy linux
To copy a folder with a progress bar and verification: # Instead of dragging 5 folders, run this
If you own a TeraCopy license and want the exact UI: # Instead of dragging 5 folders