If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a file in UNIX. Each record in the file is 852 characters.
As per my requirement I have to replace the contents of file in each record from position 38 to 348 as “*”. These fields will have very sensitive data and we want to hide it with *.
I tried sed using –r option but the –r option doesn’t work.
Could you people please suggest something using AWK , SED or whatever. This is a urgent requirement.