

sudo apt-get install gnome-search-tool
localhost ~ $ locate ./ smb.conf
/etc/samba/smb.conf
/etc/samba/smb.conf.master
/etc/samba/smb.conf.old
/usr/share/doc/nemo-share/examples/smb.conf
/usr/share/man/man5/smb.conf.5.gz
/usr/share/samba/smb.conf
/var/lib/ucf/cache/:etc:samba:smb.conf


Nick Payne wrote:I use gnome-search-tool. With it you can perform filename searches within a directory structure, and also add further options such as search for specified text in the files and by size, date, etc.
If it's not already installed:
- Code: Select all
sudo apt-get install gnome-search-tool
gedit $HOME/.gnome2/nemo-scripts/Find#!/bin/sh
exec gnome-search-tool --hidden --contains= --path="$(echo $NEMO_SCRIPT_SELECTED_FILE_PATHS)"chmod +x $HOME/.gnome2/nemo-scripts/Find
Users browsing this forum: Bing [Bot] and 30 guests