Meta Search
search across all the following databases:
Data Catalog
Data and documentation
KnowledgeBase
Common questions and answers.
Resources
Entire collection of data resources.
Lessons from North of the Border
Nerd Alert: Dictionary of Numbers
Can you remind me how to uncompress a file with a *.gz extension?
If you are using unix or linux and want to keep the compressed version intact:
gunzip -c xxxx.gz > xxxx
If you want the compressed version to be replaced by the uncompressed version:
gunzip -d xxxx.gz