Skip to content

March 21, 2020

[Linux] Show a progress bar when copying file

Last Updated on 2021-06-18 by Clay

If we need to copy some big files to another path, we always afraid our copy process dead. It’s very terrible if we forgot to use “screen” or “nohup” instructions (screen is an instruction that can execute a program in the background. Maybe you can refer here: [Linux] Using instruction “screen” to put process in background)

Read More »[Linux] Show a progress bar when copying file