I wouldn't doubt that distro's like ubuntu do and I know a lot of them set it for rm. These options make it more ID10T friendly. and they should be fairly easy to unset, all you have to do is figure out which file (like bashrc or /etc/profile) is sourcing it as an alias and remove it. I have quite a few aliases I set in my bashrc to make my life easier.
<br><br><div><span class="gmail_quote">On 4/9/06, <b class="gmail_sendername">Bruce Smith</b> &lt;<a href="mailto:blubdog@gmail.com">blubdog@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm not sure which distros set the the &quot;-i&quot; aliases by default, but<br>I'm sure I've seen it before (I specially remember a certain<br>individual bitching about that because he didn't like the &quot;-i&quot; and
<br>thought it was un-unix-like to have it set).&nbsp;&nbsp;It may have been a long<br>time ago, since I've been using Linux since 1994.&nbsp;&nbsp;I'm not sure if any<br>distros still set &quot;-i&quot; aliases by default, I just do it myself to be
<br>sure in either case.<br><br>I am sure that &quot;cp -i&quot; and &quot;mv -i&quot; only prompt if the outfile is to be<br>overwritten.&nbsp;&nbsp;Without the &quot;-i&quot;, it will overwrite silently (unless you<br>don't have permission to overwrite).&nbsp;&nbsp;I thought it'd be safer for the
<br>script to have that feature and not overwrite any files without<br>asking.<br><br> - BS<br><br><br>&gt; guess I thought it worked like rm -i where it prompts every time. but as far<br>&gt; as I know gentoo doesn't set that alias. Infact I'm not sure I've seen them
<br>&gt; set any. I you want them, you set them yourself. but anyways my confusion.<br>&gt;<br>&gt;<br>&gt; On 4/8/06, Bruce Smith &lt;<a href="mailto:blubdog@gmail.com">blubdog@gmail.com</a>&gt; wrote:<br>&gt; &gt; &quot;mv -i&quot; only prompts to overwrite when the destination filename
<br>&gt; &gt; exists.&nbsp;&nbsp;Without the &quot;-i&quot;, mv will silently nuke the existing dest.<br>&gt; &gt; file.<br>&gt; &gt;<br>&gt; &gt; Most distros have an alias in the default login script of &quot;mv&quot; to &quot;mv
<br>&gt; &gt; -i&quot; (and &quot;cp&quot; to &quot;cp -i&quot;) which is why you may be seeing that<br>&gt; &gt; behaviour in the shell now.&nbsp;&nbsp;However aliases don't carry over to shell<br>&gt; &gt; scripts, so you need to be careful.
<br>&gt; &gt;<br>&gt; &gt; - BS<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 4/8/06, Caleb Cushing &lt;<a href="mailto:xenoterracide@gmail.com">xenoterracide@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; I actually do have another question about this script. why doesn't mv -i
<br>&gt; &gt; &gt; prompt me before changing the files when it's run like this?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On 4/7/06, Alec Warner &lt;<a href="mailto:warnera6@egr.msu.edu">warnera6@egr.msu.edu</a>
&gt; wrote:<br>&gt; &gt; &gt; &gt; Caleb Cushing wrote:<br>&gt; &gt; &gt; &gt; &gt; haven't tried it yet backing up the directory into a tarball that'll<br>&gt; &gt; &gt; take a<br>&gt; &gt; &gt; &gt; &gt; while. Do you think you could comment it for me? basically
<br>&gt; programming<br>&gt; &gt; &gt; of<br>&gt; &gt; &gt; &gt; &gt; any kind is a weak point for me. I'm trying to improve. but copying<br>&gt; and<br>&gt; &gt; &gt; &gt; &gt; pasting someone elses code may fix my issue but it won't fix my
<br>&gt; &gt; &gt; &gt; &gt; understanding. &quot;give a man a fish... teach a man to fish...&quot; sort of<br>&gt; &gt; &gt; thing.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;
<br>&gt; &gt; &gt; &gt; &gt;&gt;On 4/6/06, Bruce Smith &lt; <a href="mailto:blubdog@gmail.com">blubdog@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;Disclaimer, backup the directory first!&nbsp;&nbsp;:-)
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;And copy/paste exactly!<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;You can test without changing anything by adding an &quot;echo&quot; in front<br>&gt; of<br>
&gt; &gt; &gt; &gt; &gt;&gt;&gt;the &quot;mv&quot; and optionally commenting out the &quot;set&quot; statements for<br>&gt; better<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;readability.<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;One bug (feature?) is it will replace multiple spaces with only ONE
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;underscore.<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;You need to run it with the filename(s) as arguments.&nbsp;&nbsp;i.e.:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;/path/to/scriptname *
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;/path/to/scriptname a*<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;/path/to/scriptname 'File to Test this&nbsp;&nbsp;Thing on.TXT'<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;- BS
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;#!/bin/sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# Run using /bin/sh, the Bourne Shell<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;infile=upper<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;outfile=lower
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;for f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# Not sure where 'f' comes from, but it's<br>&gt; looping<br>&gt; &gt; &gt; throught the standard input, IIRC<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;do<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;if [ -f &quot;$f&quot; ]; then # man test will tell you what this does ;)
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;l=&quot;$(echo $f|sed 's/ /_/g'|tr &quot;[:${infile}:]&quot;<br>&gt; &gt; &gt; &quot;[:${outfile}:]&quot;)&quot; # echo file, change ' ' to '_', globally, change<br>&gt; upper to
<br>&gt; &gt; &gt; lower<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if [ &quot;$f&quot; != &quot;$l&quot; ]; then # If the new filename doesn't<br>&gt; equal<br>&gt; &gt; &gt; the old filename..
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set -x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# turn off echo<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv -i &quot;$f&quot; &quot;$l&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # rename the file<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set +x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# turn echo back on
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fi<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; fi<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;done<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;# end of script<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;On 4/6/06, Caleb Cushing &lt; <a href="mailto:xenoterracide@gmail.com">xenoterracide@gmail.com</a> &gt; wrote:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;I need/want to change the names of all the files and folders in my
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;/music<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;directory to where they don't have spaces in them and all the<br>&gt; names
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;are in<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;lowercase. This is what I have so far:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;#!/bin/bash<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;ls -R |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# List directory recursively<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;sed -e 's/ /_/g' |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Remove spaces change them to
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;underscore<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;tr [:upper:] [:lower:] |&nbsp;&nbsp;&nbsp;&nbsp; #change letters from upper to lower
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;that gives me the output of what I would want the directory and<br>&gt; file<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;structure to look like when I'm done. I am unsure however how to
<br>&gt; take<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;that<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;output and move the files and directories to acually look like
<br>&gt; that<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;when I<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;am finished. It's also the tricky part because if I don't do it
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;right...<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;well it might be an even bigger pain to fix. I pretty sure I have
<br>&gt; a<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;lot more<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;to do to get this workable... and I'm just having problems
<br>&gt; wrapping my<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;brain<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;around it.<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;snippet:before<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;#ls -R<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;./3 Doors Down:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;Away from the Sun&nbsp;&nbsp;Seventeen Days&nbsp;&nbsp;The Better Life&nbsp;&nbsp; 
Thumbs.db<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;desktop.ini<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;./3 Doors Down/Away from the Sun:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;01-When I'm Gone-3 Doors Down-Away from the 
Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;02-Away from the Sun-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;03-The Road I'm On-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;04-Ticket to Heaven-3 Doors Down-Away from the 
Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;05-Running Out of Days-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;06-Here Without You-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;07-I Feel You-3 Doors Down-Away from the 
Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;08-Dangerous Game-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;09-Changes-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;10-Going Down in Flames-3 Doors Down-Away from the 
Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;11-Sarah Yellin'-3 Doors Down-Away from the Sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; AlbumArtSmall.jpg<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;AlbumArt_{C212FF41-147D-402C-BAC5-1284F8B4C802}_Large.jpg
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;AlbumArt_{C212FF41-147D-402C-BAC5-1284F8B4C802}_Small.jpg<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;Folder.jpg<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Thumbs.db
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;desktop.ini<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;snippet:after<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;ls -R
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;./3_doors_down:<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;away_from_the_sun<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;seventeen_days<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;the_better_life
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;thumbs.db<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;desktop.ini<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;./3_doors_down/away_from_the_sun:<br>&gt; &gt; &gt; &gt;
<br>&gt; &gt;&gt;&gt;&gt;01-when_i'm_gone-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;02-away_from_the_sun-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;03-the_road_i'm_on-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;04-ticket_to_heaven-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;05-running_out_of_days-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;06-here_without_you-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;07-i_feel_you-3_doors_down-away_from_the_sun.mp3
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;08-dangerous_game-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;09-changes-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;
<br>&gt; &gt;&gt;&gt;&gt;10-going_down_in_flames-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;11-sarah_yellin'-3_doors_down-away_from_the_sun.mp3<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;
albumartsmall.jpg<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;albumart_{c212ff41-147d-402c-bac5-1284f8b4c802}_large.jpg<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;albumart_{c212ff41-147d-402c-bac5-1284f8b4c802}_small.jpg
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;folder.jpg<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;thumbs.db<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;desktop.ini<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;_______________________________________________
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;linux-user mailing list<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; <a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt;
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;
<br>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; linux-user mailing list<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:linux-user@egr.msu.edu">
linux-user@egr.msu.edu</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; linux-user mailing list<br>&gt; &gt; &gt; <a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br>&gt; &gt; &gt; 
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user">http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br></blockquote>
</div><br>