Search Results

Search: Posts Made By: teokon90
4,508
Posted By teokon90
Until now this code works for me : ...
Until now this code works for me :

#!/bin/bash
PATH=/usr/xpg4/bin:/bin:/usr/bin

while read line
do

grep "$line" /tmp/BadTransactions/test_data_for_validation_script.txt

awk 'NR==FNR {...
4,508
Posted By teokon90
Basically i want from this new file that is...
Basically i want from this new file that is created to delete the 61th pipe in each line " | " if in its line is more than 64th pipes " | " .

I dont want to delete the whole line neither to...
4,508
Posted By teokon90
Count specific character of a file in each line and delete this character in a specific position
I will appreciate if you help me here in this script in Solaris Enviroment.

Scenario:

i have 2 files :

1) /tmp/TRANSACTIONS_DAILY_20180730.txt:

201807300000000004
201807300000000005 ...
Showing results 1 to 3 of 3

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