Watch the National Debt from the Command Line

FAIL (the browser should render some flash content, not this).

This is Tech Tip Video Contest Week (March 9 - 13) at LinuxJournal.com!

Want a free 1-year digital subscription to Linux Journal? This is your lucky week. Watch the daily Tech Tip videos this week and collect the secret letters hosts Shawn Powers and/or Mitch Frazier announce during the videos each day. Come this Friday, unscramble the letters to reveal the secret word(s). Everyone with the correct answer who responds by 11:59:59PM U.S. Eastern Daylight Time March, Friday 13th, 2009 wins a free digital subscription to Linux Journal -- it's that easy!

Follow this link for further contest details, and good luck!

Download in .ogv format

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Neater formatting

Anonymous's picture

while true; do echo -ne "`wget --quiet http://www.brillig.com/debt_clock -O - | grep debtiv.gif | sed -e 's/.*ALT="//' -e 's/".*//' -e 's/ //g'`\r"; sleep 1; done

cool

Tuxly_Tuxford_McTuxtington's picture

Grepping the GIF for the alt text is a cool idea... I never thought about doing anything like that before. Powerful stuff!

Nice!

Sean Corbett's picture

Cool tip! Just added it to my .conkyrc!

Use watch instead

Dan Fekete's picture

You can also use watch to run programs periodically. Try this:


$ cat > nationaldebt
#!/bin/bash

wget --quiet http://www.brillig.com/debt_clock -O - | grep debtiv.gif | sed -e 's/.*ALT="//' -e 's/".*//' | sed 's/ //g'

$ chmod +x nationaldebt

and run it like so:

$ watch ./nationaldebt

Fun Find

Brett Dreher's picture

Nice find, tweaked it slightly with another sed statement (i'm no expert with sed/awk and regex) to trim the spaces from it in a small bash script now, my final version:

#!/bin/bash
wget --quiet http://www.brillig.com/debt_clock -O - | grep debtiv.gif | sed -e 's/.*ALT="//' -e 's/".*//' | sed 's/ //g'

Socialism is death.

Anonymous's picture

If only there were a way to kick that bum socialist Obama out of the white house from the command line.

$ while true > do > wget

Anonymous's picture

$ while true
> do
> wget --quiet http://www.brillig.com/debt_clock -O - | grep debtiv.gif | sed -e 's/.*ALT="//' -e 's/".*//'
> sleep 3
> done
$ 1 0 , 9 5 9 , 5 0 2 , 1 4 8 , 9 8 5 . 0 4

Shorter

amygdala's picture

watch -n 9 "wget -q http://www.brillig.com/debt_clock -O - |grep debtiv.gif |sed -e 's/.*ALT=\"//' -e 's/\".*//' |sed 's/ //g'"

National debt... for the USA you mean

Anonymous's picture

I wonder why so many people think locally and act globally... ;)

Very nice tech tip, BTW.

Thanks!

lolz! dDoS

Anonymous's picture

did you do it for the lulz?

White Paper
Fabric-Based Computing Enables Optimized Hyperscale Data Centers

Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6

Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.

Learn more about catching the bad guy in this free white paper.

Learn More

Sponsored by DLT Solutions