bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] wcat?


From: Tim Rühsen
Subject: Re: [Bug-wget] wcat?
Date: Mon, 17 Nov 2014 20:49:01 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

Am Montag, 17. November 2014, 09:05:52 schrieb Alfred M. Szmidt:
> It would be nice if wget also installed a wcat command which would
> default to something like,
> 
>   wget -o /dev/null -O - "$@"
> 
> Would it be possible to add something like that?

Something like

$ alias wcat='wget -o /dev/null -O -'
$ wcat www.example.com

?

Put the alias into your ~/.bash_aliases or ~/.bashrc and that's it.

What have I missed ;-) ?

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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