Harsh J

Memoirs of a QWERTY Keyboard

Archive for the ‘Patterns’ tag

Selecting a Pattern of files in Nautilus (GNOME)

with 8 comments

Nautilus, the default File/Desktop Manager of GNOME provides a nifty in-built tool in it to select files and folders more intelligently.

The Pattern select tool is present under Edit > Select Pattern (Shortcut: Ctrl+S). This tool allows one to select files/folders that match a particular pattern. An example of selecting a range of files using this tool can be seen in the following image:

Here I’ve selected all my folders with names starting with a D using the pattern string: D*

Select Files with a Pattern - Nautilus

This is a really useful tool and one can use it to select a particular file extension amongst other files in a folder, etc. Like say, if you wish to select all JPGs in a given folder, just hit Ctrl+S and type in *.jpg or *.jpeg and all those files will be selected now!

It could get more powerful with the inclusion of Regex, in my opinion, but might be unnecessary since GNOME considers all users dumb anyway :)

Written by Harsh

May 21st, 2008 at 12:19 am

Posted in Software

Tagged with , , , , , ,

The best Regular Expression HOWTO

without comments

Yep, the best resource for learning RegEx (Regular Expressions) you will ever find on the Internet would be this one:

Regular Expression HOWTO

Seriously, all I needed was an hour in the evening!

Written by Harsh

November 30th, 2007 at 9:48 am