Saturday, May 4, 2024
42
rated 0 times [  42] [ 0]  / answers: 1 / hits: 179411  / 2 Years ago, sun, october 30, 2022, 2:36:10

Situation: If I entered a copy command like cp -rf /src/ /dsc/ then I am waiting several minutes for copy large directories. I forgot to put -v flag to verbose an output, Can I do it during copying?


More From » command-line

 Answers
0

No you can't, but you could use the watch command to look at the destination directory to see how the process is progressing, eg.



watch ls -l /dsc/

[#33558] Sunday, October 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
serveeel

Total Points: 347
Total Questions: 106
Total Answers: 117

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
serveeel questions
;