Normally cp command does not give you any output while you are copying files. You have no idea how much copying is left to be done. However you can use a slightly different command to copy large with a progress bar shown. pv command does things better.
$ cat originalfile.txt | pv > newfile.txt
No comments:
Post a Comment