Problem
You have a folder with many gzipped files that you want to unzip at the same time.
Solution
1ls -al | grep gz | awk '{ print $9}' | xargs gunzip