Search Results

Search: Posts Made By: okdev
8,730
Posted By okdev
Here you go!!! njoY!!!
theeven

simply open file >
store each line of file in an array >
split each lines in fields >
print >


$file='./file.txt';
open(INFO,$file);
@lines=<INFO>;
close(INFO);

foreach $line...
2,113
Posted By okdev
People Kindly Help
People Please Help me out.
Thanks:)
2,113
Posted By okdev
Continuation Problem
Once i find PROJECT matched & project VERSION matched. I am supposed to update $f3 & $f4 (3rd & 4th field) of same file.

Example:
reference.txt


New Project with following variables (I have)...
2,113
Posted By okdev
Thanks But Keep in touch
Sir thanks a lot for this quick solution. It absolutely gonna help. But stay connected.. if i need some more help!!!

:)

Thanks
2,113
Posted By okdev
FOR loop problem: Kindly Help
Hello Friends,

I have file called reference.txt which looks like below,



columns are been formed by delimiter "|" as shown. I am required to scan whole file line by line & compare 1st 2...
Showing results 1 to 5 of 5

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