Results 1 to 2 of 2

Thread: downloading a file problem

  1. #1
    Join Date
    Nov 2009
    Beans
    2

    downloading a file problem

    Can anyone advise what is wrong with this call in 8.04 please.
    $ curl http://android.git.kernel.org/repo >~/bin/repo

  2. #2
    Join Date
    Apr 2006
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: downloading a file problem

    Try this:

    Code:
    wget -P ~/bin http://android.git.kernel.org/repo

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
  •