BogdanVarlamov.com
  • Home
  • Software Development
  • Food
20 October 2011/Software Development

gunzip Multiple Files in Different Subdirectories

Recently I had to unzip a lot of files located in subdirectories. To do this, I used a combination of the “find” and “gunzip” commands in Ubuntu:

 find \* -maxdepth 1 -name '\*.gz' -exec gunzip {} \\; 

This finds all of the files with .gz extensions to a subdirectory depth of 1 maximum and then executes the gunzip command on the file.

Bogdan Varlamov

Bogdan Varlamov

I believe technology makes life more worthwhile :)

Read More
— BogdanVarlamov.com —

Software Development

  • AccessViolationException, EntryPointNotFoundException, and Change Tracking Error on SyncAgent.Synchronize()
  • Generate MERGE scripts for all tables in a database
  • Hate Unity, Upgraded to Ubuntu 11.10...now to fix the UI
See all 23 posts →
Software Development

Setting up a GIT repository server with Gitolite for source control

There are lots of instructions for getting setup with git around on the web, however all of them seem very verbose and since this is the…

  • Bogdan Varlamov
    Bogdan Varlamov
4 min read
Software Development

Hate Unity, Upgraded to Ubuntu 11.10...now to fix the UI

As many folks, I do not like the Unity interface in the latest versions of Ubuntu. In Ubuntu 11.04, I had used the “Classic” mode when…

  • Bogdan Varlamov
    Bogdan Varlamov
1 min read
BogdanVarlamov.com © 2010 - 2025 | Software Projects, Photography, Cooking, & Other Hobbies
Latest PostsLinkedInGithubInstagramTwitterRSS