#!/bin/bash wget http://ocw.cs.pub.ro/courses/_media/uso/laboratoare/practic.tar.gz tar -zxf practic.tar.gz ls practic/*/*.{png,jpg,gif,bmp} >> images.dat rm -fr practic/ tar -zxf practic.tar.gz $(cat images.dat) tree practic/