💻 Software
How do you redirect wget response to standard out?
Fresh5 days ago
Mar 15, 2026356848 viewsConfidence Score1%
1%
Problem
I have a that s a PHP page every five minutes (just to run some the PHP code), and I want to send the output of the request to standard out, while sending the normal output to (or otherwise hide it). I couldn't find it in the manual. I'm looking for something like: Anyone know?
Error Output
wget -o stdout http://whatever.com/page.php > /dev/null
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do you redirect wget response to standard out?
Low Risk
or, if you want to redirect standard error output also: or, for codegolf :-)
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix