• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Curl progress bar ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Curl progress bar ?


  • Subject: Re: Curl progress bar ?
  • From: Martin Orpen <email@hidden>
  • Date: Tue, 01 Feb 2005 00:35:47 +0000

on 31/1/05 11:23 pm, Doug McNutt wrote:

> curl has its own progress "bar" which is implemented with writes to stderr. It
> uses return characters, as opposed to lineends, so that it overwrites the
> previous line in a terminal emulator that really emulates.

One option would be to redirect stdout to a file:

    curl -O http://path/to/your/file.dmg >& /tmp/prog.txt

Which will produce a nicely formatted text file that you could *tail* to get
progress updates from.

But you reach a stage where you think what's the point in coming up with so
many workarounds to avoid entering a single line in a Terminal window?

--
Martin Orpen


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Curl progress bar ?
      • From: Bill Briggs <email@hidden>
References: 
 >Re: Curl progress bar ? (From: Doug McNutt <email@hidden>)

  • Prev by Date: Code for applications not already installed
  • Next by Date: Re: Apple Mail help sought
  • Previous by thread: Re: Curl progress bar ?
  • Next by thread: Re: Curl progress bar ?
  • Index(es):
    • Date
    • Thread