[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash - executing function in "find" command



On Wed, Jul 06, 2005 at 12:44:25AM +0200, Dexter wrote:
} Hi,
} bash command "find" let's you execute other commands like this:
[...]

This is where your problem comes up. The find command is a standalone
program, and unrelated to bash.

} Somebody has a idea how to run function there?

This is what shell scripts are for. Write a standalone shell script, and
use that as the command to execute.

} Thanks alot
}    Dexter2
--Greg



Reply to: