Microsoft
Software
Hardware
Network
Question : how to concatenate into the starting of a file ?
if I do
echo "first line" >> /tmp/1
then it will add at the last line of file /tmp/1,, how can I add(concatenate) on the first line of file /tmp/1 ??
Answer : how to concatenate into the starting of a file ?
A version that will work on all Unix/Linux systems is
(echo "first line" ; cat /tmp/1) >/tmp/$$ && mv /tmp/$$ /tmp/1
Random Solutions
How do I connect a Windows Mobile device to my iMAC
embed an Access report inside an email
sybase sql
SQL Included with SBS 2003
Sending mail through OWA messages endup in Drafts. Exchange 2007 x64.
Typical Active Directory interview questions
create PDF with reportviewerr embedded in a web page
AJAX Calendar control prematurely firing validation
Using a ghost image with Perc5i drivers to drop onto na identical server but with Perc6i raid controller ?
Typical Responsibilites and issues for Desktop Engineer