To integrate this progress bar feature directly into the system's core commands (cp, mv), you can create wrapper scripts around the existing commands and place them in a directory that is prioritized in the system's PATH. Here's how you can do it:
Create scripts that wrap around the existing cp, mv commands and add the progress bar functionality.
#!/bin/bash