17 private links
Try this excellent solution:
jar xvf COCR2_100.zip
steps:
- drag and drop file into terminal window.
- use keyboard arrows to navigate to start of line in terminal
- type
jar xvf
in front of your file name, remembering to leave space before the start of your file name. - grab a beer and watch terminal work its magic as it extracts files.
The location of where the new files go varies, but usually best trick to find them is click on your computer name in Finder which should display most recent activity at top of all files.
If the jar
command is not available, you can install fastjar
by pasting the following in terminal:
sudo apt-get install fastjar
git archive -o f83a9df9.tar.gz HEAD $(git diff-tree -r --no-commit-id --name-only --diff-filter=ACMRT f83a9df9 bd1773dd)
GifCities is a special project of the Internet Archive to celebrate 20 years of preserving the web. Internet Archive is a non-profit digital library of millions of free books, movies, software, music, websites, and more. Please donate to help us in our efforts to provide “Universal Access to All Knowledge.”
The zgrep program is available for Linux (and perhaps some Unix too). This will decompress the files and then grep through them.
find . -iname '*.gz' -print0 | xargs -0 zgrep PATTERN