<br><br><div class="gmail_quote">On Sun, May 20, 2012 at 1:01 AM, arxaaron <span dir="ltr">&lt;<a href="mailto:arxaaron@gmail.com" target="_blank">arxaaron@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2012/05/19, at 11:21 , Damon L. Chesser wrote:<br>
<br>
&gt; On Sat, 2012-05-19 at 10:54 -0400, arxaaron wrote:<br>
&gt;&gt; On 2012/05/18, at 17:55 , Drifter wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Thanks.  That did it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; sean<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Pipes [&quot;|&quot;] are for moving output across processes.<br>
&gt;&gt;<br>
&gt;&gt; I suspect that bash was trying to run your empty text file<br>
&gt;&gt; as a process.  &quot;Permission Denied&quot; was an appropriate<br>
&gt;&gt; error message.<br>
&gt;&gt;<br>
&gt;&gt; Redirects [&quot;&gt;&quot; | &quot;&gt;&gt;&quot;] are for writing output streams to files.<br>
&gt;&gt; The first version appends to the file (and creates it if it doesn&#39;t<br>
&gt;&gt; exist),  the second &quot;double&quot; form overwrites the file (or creates<br>
&gt;&gt; it if it doesn&#39;t exist)<br>
&gt;<br>
&gt; Aaron,<br>
&gt;<br>
&gt; I think you got it backwards:<br>
&gt;<br>
&gt; damon@dam-main:~/Desktop$ touch testredirect.xt<br>
&gt; damon@dam-main:~/Desktop$ echo 1 &gt; testredirect.xt<br>
&gt; damon@dam-main:~/Desktop$ echo 2 &gt; testredirect.xt<br>
&gt; damon@dam-main:~/Desktop$ cat testredirect.xt<br>
&gt; 2<br>
&gt; damon@dam-main:~/Desktop$ echo 1 &gt;&gt; testredirect.xt<br>
&gt; damon@dam-main:~/Desktop$ cat testredirect.xt<br>
&gt; 2<br>
&gt; 1<br>
&gt;<br>
<br>
</div>DOH!!  Thank you.  I did state that backward. Yours is correct:<br>
&quot;&gt;&gt;&quot; is the append to file redirect.<br>
<br>
peace<br>
aaron<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; HTH<br>
&gt;&gt; peace<br>
&gt;&gt; aaron<br>
&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Friday, May 18, 2012 05:37:43 pm Robert L. Harris wrote:<br>
&gt;&gt;&gt;&gt; try &quot;&gt;&quot; instead of &quot;|&quot;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Fri, May 18, 2012 at 3:27 PM, Drifter &lt;<a href="mailto:drifter@oppositelock.org">drifter@oppositelock.org</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; I keep reminding myself that I don&#39;t begin to know what I think I<br>
&gt;&gt;&gt;&gt;&gt; know! :(<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I am about to upgrade this box, finally from FC 13 to FC 14.<br>
&gt;&gt;&gt;&gt;&gt; Ought to be simple enough.  I have the CD, which I think will do a<br>
&gt;&gt;&gt;&gt;&gt; clean install onto a software RAID.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Prior to that I really ought to have on hand a list of all the<br>
&gt;&gt;&gt;&gt;&gt; installed packages.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So I created a file &lt;app_list.txt&gt; on the Desktop and then tried<br>
&gt;&gt;&gt;&gt;&gt; this:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; yum list installed | ~/Desktop/app_list.txt<br>
&gt;&gt;&gt;&gt;&gt; and got back this<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; bash: /home/kilpatms/Desktop/app_list.txt: Permission denied<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; WTF!<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So I checked the perms on the existing (empty) file and they were<br>
&gt;&gt;&gt;&gt;&gt; correct. Then I tried the same thing as root, expanding the ~/ and<br>
&gt;&gt;&gt;&gt;&gt; got the same response.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So, How DO I make yum throw a list of the installed packages to a<br>
&gt;&gt;&gt;&gt;&gt; text file rather than to the terminal?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Sean<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Ale mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Ale mailing list<br>
&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt; --<br>
&gt; Damon<br>
&gt; <a href="mailto:damon@damtek.com">damon@damtek.com</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br>You can use a reverse &lt; to pull data from a file as well, and I cannot think of any other file-related operators.  <br>sort &lt; myfile -r &gt; my-reverse-order-file<br clear="all"><br>
-- <br>This Apt Has Super Cow Powers - <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a><br>Open-Source Software in Libraries - <a href="http://FOSS4Lib.org" target="_blank">http://FOSS4Lib.org</a><br>
Advancing Libraries Together - <a href="http://LYRASIS.org" target="_blank">http://LYRASIS.org</a><br>Apache Open Office Developer <a href="mailto:wolfhalton@apache.org" target="_blank">wolfhalton@apache.org</a><br><br>