https://github.com/mockturtl/fortune500
Intro grab-bag for bash, grep, sed, wget, and python
https://github.com/mockturtl/fortune500
Last synced: 3 months ago
JSON representation
Intro grab-bag for bash, grep, sed, wget, and python
- Host: GitHub
- URL: https://github.com/mockturtl/fortune500
- Owner: mockturtl
- Created: 2011-08-20T04:55:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T15:30:52.000Z (over 12 years ago)
- Last Synced: 2024-12-29T21:32:32.700Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# fortune500
fortune500 scrapes [CNN.com's list of Fortune 500 companies](http://money.cnn.com/magazines/fortune/fortune500/2012/full_list/) to calculate their total revenue and profit.
I hope someone finds it useful as a brief exercise in \*nix tools, or politics.
## usage
To see a different year's data (2009-present), set the `YEAR` variable and refresh the download cache.
```sh
YEAR=2010 ./fortune500 -d
```