← Back to team overview

sslug-teknik team mailing list archive

Re: sed

 

Jan Eliasen wrote:
> 
> sed s/.*/"INSERT INTO Bil11 VALUES (" & ");" Bil11.txt > test.txt
> 

hvorfor ikke bare:

for i in `cat fil`
do
	echo "tekstfør $i tekstefter">>fil2;
done


/Kim

"An organized team is like a strong fist and will smash through stones,
but an unorganized team is like a weak wrist, and will break only
bones."
- Rick Tew


Follow ups

References