bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] How Do I Suppress SYSTEM_WGETRC / syswgetrc Echo?


From: Tim Tebbe
Subject: [Bug-wget] How Do I Suppress SYSTEM_WGETRC / syswgetrc Echo?
Date: Mon, 6 Apr 2009 15:42:40 -0500

I am using Windows XP SP2.

No matter which command I issue to wget, the SYSTEM_WGETRC and syswgetrc variables display, even when I use the "quiet" option.

C:\PROGRA~1\GnuWin32\bin>wget -V
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc
GNU Wget 1.11.4

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <address@hidden>.
Currently maintained by Micah Cowan <address@hidden>.

C:\PROGRA~1\GnuWin32\bin>wget http://www.google.com
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc
--2009-04-06 15:36:00--  http://www.google.com/
Resolving www.google.com... 74.125.95.103, 74.125.95.104, 74.125.95.147, ...
Connecting to www.google.com|74.125.95.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html'

    [ <=>                                                                                                                                                             ] 5,051       --.-K/s   in 0s

2009-04-06 15:36:00 (122 MB/s) - `index.html' saved [5051]


C:\PROGRA~1\GnuWin32\bin>wget http://www.google.com -q
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc

C:\PROGRA~1\GnuWin32\bin>

How can I suppress this feedback printing of the SYSTEM_WGETRC / syswgetrc values?

Thank you.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]