#!/bin/bash
gnome-search-tool --hidden --path="$*" --contains=
From its command help:-
--hidden Select the "Show hidden and backup files" search option
--path=PATH Set the text of "Look in folder" search option
--contains=STRING Select and set the "Contains the text" search option
To search for files using this script in Nautilus,
Right click a folder -> Scripts -> Find
Refs
http://forums.linuxmint.com/viewtopic.php?f=42&t=25114
Excellent... Thanks a million.
ReplyDeleteGerrimouse