Home > Data Services > Catalog . Restricted Data . Census . ACS

Search Data Services

Meta Search
search across all the following databases:

Data Catalog
Data and documentation

KnowledgeBase
Common questions and answers.

Resources
Entire collection of data resources.


Latest Data News

RSS Feed icon

Lessons from North of the Border

Nerd Alert: Dictionary of Numbers

International Migration Statistics for the US

Open Data Executive Order

Measuring Marriage & Divorce among Same-Sex Couples

Data Services Knowledge Base

Q:  

Can you remind me how to uncompress a file with a *.gz extension?

A:  

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

Direct Links:

Related Question Groups: