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
Using 7-zip from command line. Has anybody done it?
Connecting to My network
Script to rename foldernames
Exchange 2003. IMF. Nothing being filtered.
Windows Vista Access 2002 office system pack install error
Change the Licensing Mode to Remote Desktop for Administration?
Error when installing Mongrel Gem - ERROR: Failed to build gem native extension.
left outer join not working
Is there a URL to access OWA Address Book (not contact list), or invoke Find Names-Web dialog page?
Restore exchange ntbackup to other location ; restore mails