You can also use wildcards in the Konqueror address bar. In the console, there is the "find" command which you can use to search for files matching whatever criteria you want, such as the size, age, name, permissions, etc. The -exec option allows you to run a command on each file it finds, so you could for example search for all jpeg files with spaces in their name (including in subdirectories if you want) and then replace the spaces with underscores.
|