I want to list every file that ends with "conf", and output the results to a given file (with the command "find -exec").
I tried this:
find -name *conf -exec /home/ubuntu/myfile
Is this wrong?
|
I want to list every file that ends with "conf", and output the results to a given file (with the command "find -exec"). I tried this:
Is this wrong? | ||||
|
feedback
|
|
Note that I escaped the | |||
|
feedback
|