<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Thu, 2004-12-23 at 17:53 -0600, Gustavo Seabra wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Personally, I find it easier and quicker to do it via keyboard. </FONT>
<FONT COLOR="#000000">Especially when there are a large number of files. For example, how </FONT>
<FONT COLOR="#000000">would I do cp *.com  another-dir/ in a GUI? Imagine if the folder has </FONT>
<FONT COLOR="#000000">abut 300 files with different extensions...</FONT>

<FONT COLOR="#000000">Yes, cp, mv, rm are safer. And easier.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
While I'm not disagreeing with you (I, too, am a *nix greybeard who loves the command line), it's definitely possible.<BR>
<BR>
In Nautilus, do click 'Edit | Select Pattern' (or hit Ctrl+S).  Type *.com in the text box, click 'Ok' and then ctrl+drag the files to the 'another-dir' folder.<BR>
<BR>
The thing I find Nautilus lacking is in certain recursive operations.  For instance, it isn't possible using Nautilus to automatically change all permissions in all directories recursively under 'foo' to 'rwxrwxr-x' without doing a 'Select All' at each directory level, right clicking, and then clicking the right check boxes.  You have to do this for EACH directory level.  At a bash prompt, I can just do 'chmod -R 775 foo' and be done with it.<BR>
<BR>
<BR>
</BODY>
</HTML>