klebrr
(usa Linux Mint)
Enviado em 20/09/2009 - 23:05h
olha fiz o teste aqui e funcionou, confere abaixo:
[root@teste]# ll
total 16
177 Set 20 21:57 index1.php
177 Set 20 21:54 index2.php
177 Set 20 21:56 index3.php
79 Set 20 21:56 remove.sh*
[root@teste]# find . -iname '*.php' | xargs -i ./remove.sh {} \;
[root@teste]# ll
total 16
146 Set 20 21:57 index1.php
146 Set 20 21:57 index2.php
146 Set 20 21:57 index3.php
79 Set 20 21:56 remove.sh*
[root@teste]# cat index1.php
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>kleber - teste</title>
</head>
<body>
Teste de arquivo<br>
</body>