Bug 206987 - Batch manipulating search result in a bash command
Summary: Batch manipulating search result in a bash command
Status: RESOLVED INTENTIONAL
Alias: None
Product: kfind
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 18:37 UTC by manolis
Modified: 2013-01-02 10:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description manolis 2009-09-10 18:37:55 UTC
Version:           4.3.1 (using KDE 4.3.1)
Compiler:          gcc 
OS:                Linux
Installed from:    Gentoo Packages

Let me give an example.
Suppose we have a dir structure with many pics inside.
I can search with kfind all the *.jpg for example

It would be great if there was a button in kfind let's name it "Execute" that will execute a bash command in every search result

It would be very helpfull for batch manipulating of results. 
The result in the command could be a var like [result] or simply $1

A few examples:
- manipulate all results to with imagemagick.
- append them to a tar.
- mail them
etc etc