Forrest logo
back to the wget tool

wget:ai:aeaa9

Retrieve the height of Linus Torvalds from their Wikipedia page
$ wget -qO- https://en.wikipedia.org/wiki/Linus_Torvalds | grep -A 1 'Full name' | tail -n 1 | awk '{print $3}'
try on your machine

Retrieve the height of Linus Torvalds from their Wikipedia page

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How tall is Linus Torvalds ?
back to the wget tool