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
automatically print files from folder to particular location
Get mailboxes/messages from Recovery Storage Group without ExMerge
Can you validate email addresses without SENDING it to the address? We want to confirm before sending bulk marketing emails. Some will be old and outdated.
Editing Headers & Footers a certain way.
Trigger PDF Download in Flash
SQL Reporting Services - Service Unavailable
ISAM
Split on Whitespace
NLB with 2 Windows 2003 Server Virtual Machines (VM) (500 points)
How can I round to the nearest 5 cents