Search Results

Search: Posts Made By: Pradeep R
2,957
Posted By Pradeep R
Thank you so much guys. It's really helped me.
Thank you so much guys. It's really helped me.
2,957
Posted By Pradeep R
Hi Vgerh99, It works perfect. How to copy...
Hi Vgerh99,

It works perfect. How to copy these results into the same file?


awk -F'|' 'BEGIN{m="XXXXXXXXXXXXX"} {l=length($11);$11=substr(m,1,l-4) substr($11,l-3)}1' OFS='|'...
2,957
Posted By Pradeep R
Hello MadeinGermany, How to pass the below...
Hello MadeinGermany,

How to pass the below file to your script and then updated with masking value in 11th column in the file?

File Name: Sample.txt...
2,957
Posted By Pradeep R
I know how to do it in Oracle (like below),...
I know how to do it in Oracle (like below), however client need in shell script.
select length('520114025017'),
'520114025017' bank_account_number,
...
2,957
Posted By Pradeep R
Masking Bank Account Number except last 4 digits in the file
Hello Unix Guru's,

I need help in the masking Bank Account Number except last 4 digits in the file using either unix command or shell script.

I'm greatly appreciate your help.

File Name:...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy