Home
Portfolio
Resume
Photography
Contact
Extract tar.gz files in a folder then delete them
Categories:
Apache
(7)
Bash
(22)
Drupal
(27)
JavaScript
(2)
Joomla
(2)
MySQL
(2)
PHP
(29)
SVN
(2)
find
.
-name
'*.tar.gz'
-exec
tar
-zxf
{
}
\;
rm
*
.tar.gz;
Graham Mickle's blog
Login
to post comments
Bash