For UNIX I want to read in file and alternate positions 1 to 16 with set value through out a whole file. Please help me to solve this problem.
For UNIX I want to read in file and alternate positions 1 to 16 with set value through out a whole file. Please help me to solve this problem.
This example replaces first 16 characters in line with string: fixed value:
Sed’s/^................/fixed value/' filename
Bookmarks