10-15-2012, 11:45 PM
I tried that, oh i put comma........ :-) thanks again!
I found out how to save to a file with SED, solution was very easy.............
I found out how to save to a file with SED, solution was very easy.............
Code:
sed "s#^\(.\{9\}\)\(.\{40\}\)$#\2:\1#" file1.txt > file2.txt