Ubuntu bash command find -exec

Posted by pedro on Super User See other posts from Super User or by pedro
Published on 2010-03-26T18:39:23Z Indexed on 2010/03/26 18:43 UTC
Read the original article Hit count: 311

Filed under:
|

Hi...i wanna list every file end at conf, and i wanna to copy to a file the results(with command find -exec)

I try this:

find -name *conf -exec /home/ubuntu/myfile

is this wrong?

© Super User or respective owner

Related posts about ubuntu-9.10

Related posts about bash