Results 1 to 3 of 3

Thread: 'cp' progres bar?

  1. #1
    Join Date
    Jan 2013
    Beans
    88
    Distro
    Edubuntu

    'cp' progres bar?

    Sometimes I need to copy\move rather big files (e.g. couple GB's or more) through bash script. Every time I must sit and wait thinking "how many time remains?..."
    Is there any way to see some sort of progress bar for this action, like in `mc` for example?

  2. #2
    Join Date
    Jan 2013
    Location
    Vienna, Austria
    Beans
    56
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: 'cp' progres bar?

    As far as I know, there's no progression bar in cp.
    You can use cp -v to know what cp is actually doing.

    Something like this might work for you
    Last edited by thermion; February 19th, 2013 at 02:13 PM.

  3. #3
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •