Tagged Questions
3
votes
1answer
358 views
Can I verbose output during a copy command processing?
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?