SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
From: Thomas A Watson5/17/2008 11:00:29 AM
   of 484
 
sed commands, add tags to beginning of each line.
If file is dos text file, do dosunix convert
then sed 's/^/\<br\>/g' myfile adds a break html tag to the start of each text line.

sed 's/$/^\<br\>/g' myfile adds a break html tag to the end of each text line.

done on redhat 7.3 dist.. should work all linux dist.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext