Could you give me another couple of examples? Like a file name filter? I am very comfortable with regular expressions. I have no problems with them generally. I am trying to isolate a series of tables in my mysql directory, /var/lib/mysql/.
'var/*' works, but it gives the directory '/var/' and a bunch of files with 'var' in the name in the /home/e-smith/ directory. 'var/lib/*' doesn't work, it just gives blank windows.