Search Results

Search: Posts Made By: ganesh_mak
17,322
Posted By ganesh_mak
sed output without a new line
I am reading file and extracting the paragraph between START and END tags.

contents of abc.txt
Remember that $ means the last line in a file. You can also specify a range based on two regexps....
6,188
Posted By ganesh_mak
sorry i forgot to mention s is also a...
sorry i forgot to mention

s is also a variable holding the sting value

s_i

format it
6,188
Posted By ganesh_mak
thanks for the reply its working. i need to add...
thanks for the reply its working.
i need to add few more conditions to this . i ll try these.

but i am not able to append numbers to the string

for(i=0;i<max;i++) {
_[s_i] = i;
print _[s_i]...
6,188
Posted By ganesh_mak
thanks for the reply with the above code i...
thanks for the reply

with the above code i am getting output like this

ABC001;;;active;modify;accept;;;change;modify;numbers;;;got t;modify;numbers;...
6,188
Posted By ganesh_mak
compare the column from 3 files and merge that line
I have 3 file, each of has got 80000 records.

file1.txt
-----------------------
ABC001;active;modify;accept;
ABC002;notactive;modify;accept;
ABC003;notactive;no-modify;accept;...
Showing results 1 to 5 of 5

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