Friday, April 15, 2011

copy selective files while keeping directory structure

It's silly, but when push comes to shove, sometimes I get stuck on these silly little tasks:

tar -cf t.tar `find /dir -name *.sql`

0 comments: