Replies in-line :-

On Mon, Mar 3, 2008 at 6:54 AM, Charles <[EMAIL PROTECTED]> wrote:

Hi all,
  Charles thank u its cool.
>  AFAIK, there is no wgetrc option for that. An easy solution would be
>  creating a simple wget wrapper
>
>  $ mkdir ~/bin
>  $ cat > ~/bin/wget
>  #!/bin/sh
>
>  echo $* >> ~/.wget_history
>  /usr/bin/wget $*
>  ^D

Had trouble understanding what this is, came to know that this is
annotation for CTRL+D

>  $ chmod 755 ~/bin/wget
>  $ export PATH=~/bin:$PATH

works

[EMAIL PROTECTED]:~$ cat .wget_history
http://www.cs.cmu.edu/~biglou/ESP.pdf


Now only if I could add the time & date to this, possible ?
>  ---
>  Charles

-- 
          Regards,
          Shirish Agarwal
  This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/

065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

Reply via email to