Search Results

Search: Posts Made By: krbala1985
35,855
Posted By krbala1985
NDM: Source file open failed. Error= 2
Hi,

I have try to ndm to one server to another server. but i am getting this error. what is this error? are files not in source folder?

Source file open failed. Error= 2

Regards,...
2,486
Posted By krbala1985
Thanks ya!... sorry for trouble again...i...
Thanks ya!...

sorry for trouble again...i have wriiten one code for same thing but i am using sed command it is going to place the digit front of the pattern in the report file. but all the lines...
2,486
Posted By krbala1985
really Thank you....can u explain the command. ...
really Thank you....can u explain the command.

another thing i need to update the output report file itself.
1,873
Posted By krbala1985
Hi, Please try this. cat file.txt | sed...
Hi,

Please try this.
cat file.txt | sed 's:$a:$b:g'
2,486
Posted By krbala1985
output similar like..... 4 i like john very...
output similar like.....

4 i like john very much

Sorry for miscommunication....Thanks in advance
2,486
Posted By krbala1985
hi , Please check now. what i want na ...i...
hi ,

Please check now. what i want na ...i have a one report file and pattern file.
i get the pattern from pattern file and compare to report file if matchine i get the line and place the equal...
2,486
Posted By krbala1985
Place digit in front of the line searching pattern using sed command
hi All,

i want to add the single digit front of the line in the report file and string compare with pattern file.

patter file: pattern1.txt

pattern num
like 4
love 3
john 2

report...
2,847
Posted By krbala1985
Thanks but i have few files.and i added one more...
Thanks but i have few files.and i added one more tab in pattern file.
example: pattern.txt
code pattern num
ax bala 2
ax raja 3
ax muthu 1
ay bala 2
ay raja 3
ay muthu 3
az bala 2
az raja 5...
2,613
Posted By krbala1985
how to recover the truncate file in unix
how to recover the file in unix.

Thanks in advance.:wall:
6,552
Posted By krbala1985
recover the truncate file
hi All,

how to recover the truncate file in unix.

Thanks!:wall:
2,847
Posted By krbala1985
Hi, Thanks!. but i want output similar...
Hi,

Thanks!.
but i want output similar but slightly changes....in the output file need this type..

4muthu is good boy
3raja is bad boy
selvam in super boy
then 2bala is very good boy
...
2,847
Posted By krbala1985
how to add single digit in front of the word and line in the file.
Hi ,

how to add the single digit to front of the word and front of the lines in the one file with compare pattern file and get digit. like example

pattern file pattern.txt
pattern num
bala...
6,809
Posted By krbala1985
awk script Error in Sun Solaris
Hi Friends,

the below script has been through the errors in sun solaris.

awk '/%s/{f=0 ;n++; print >(file="OUT_" n); close("OUT_" n-1)} f{ print > file}; /%s/{f=1}' $BASE_DIR/concat.TXT
...
3,891
Posted By krbala1985
Thanks a lot....Great work.....Good...:cool: ...
Thanks a lot....Great work.....Good...:cool:

---------- Post updated at 12:21 AM ---------- Previous update was at 12:20 AM ----------




Super....Great....Thanks
2,765
Posted By krbala1985
Thanks ! it is working...Really Great.....:cool: ...
Thanks ! it is working...Really Great.....:cool:

Can you Please explain each line...because i don't know awk command in unix...
3,891
Posted By krbala1985
Thanks ..it is working fine....but i am telling...
Thanks ..it is working fine....but i am telling with current date and number. pls check.

---------- Post updated at 06:15 PM ---------- Previous update was at 06:13 PM ----------



...
2,765
Posted By krbala1985
Change the File name using pattern and number
Hi,

i have the below files in the wrk folder. File names are
AAB0001.R
BBA0002.R
CCDC0003.R
AAB0002.R
AAB0034.R
BBA0081.R
DDDE0008.R

i need to change the file name USING pattern and...
3,891
Posted By krbala1985
Concatenate files to one file with naming convention
Hi ,

i have below files in wrk folder. file names are

1102090001.CLT
1102090003.CLT
1102100019.CLT
1102100020.CLT

the above files are concatenate to one file but that concatenate file...
2,843
Posted By krbala1985
Thanks Both are working fine...great...
Thanks Both are working fine...great...
2,843
Posted By krbala1985
Hi DG, The Follwoing script is working...
Hi DG,

The Follwoing script is working fine...But i want one more result..

If same header again comming in the inputfile, then append in the previous output(report) file.
like: compare 1 and...
2,843
Posted By krbala1985
Thanks.. this script is not working.... ...
Thanks.. this script is not working....

---------- Post updated at 01:39 PM ---------- Previous update was at 01:30 PM ----------

Pls help on this...Pls
2,843
Posted By krbala1985
Hi ,Thanks for writing me... i want the...
Hi ,Thanks for writing me...

i want the report file like below from 11020111.CLT.

MUMBAI0001.txt

%sAEGONCA| |MUMBAI | :EXPC|N|D

DRAWEE LOC.NAME|DEPOSIT DATE|ACTIVATION...
2,843
Posted By krbala1985
Split one file to Multiple file with report basis in unix
Hi, Please help on this. i want split the below file(11020111.CLT) to more files with some condition. :b:
1) %s stating of the report
2) %e ending of the report

example starting of the report: ...
Showing results 1 to 23 of 23

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