Re: [Hampshire] Quick question

Top Page

Reply to this message
Author: Jim Kissel
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Quick question


Keir Whitlock wrote:
> Hi,     A quick one for you,  echo "hi" >> /tmp/file will append hi to 
> the end of file, but how do I prepend it to the top of the file?

>

echo "hi" > /tmp/file2
cat /tmp/file >> /tmp/file2
mv /tmp/file2 /tmp/file

--
People choose Microsoft Windows for their PC in the same manner
that the citizens of Soviet Russia elected the General Secretary
of the Communist Party during the cold war.

Jim Kissel
Open Source Migrations Limited
w: http://www.osml.eu
e: jim.kissel@???
p: +44(0) 8703 301044
m: +44(0) 7976 411 679