Teracopy - Linux

Ultracopier is the closest you will get to a "TeraCopy for Linux." It is an open-source, cross-platform file copier that acts as a replacement for the default file transfer dialog.

TeraCopy may run under Wine, but its core advantage—deep shell integration with the file manager—is typically lost on Linux desktops. teracopy linux

find "$SOURCE" -type f -print0 | while IFS= read -r -d '' file; do CURRENT=$((CURRENT + 1)) RELATIVE_PATH="$file#$SOURCE/" TARGET="$DEST/$RELATIVE_PATH" Ultracopier is the closest you will get to

done