Results 1 to 1 of 1
hi all
i have an output like this
Code:
ID=123:one=a:two=a@yahoo.com:three=789:four=:five=123 ID=123:one=aa:two=aa@yahoo.com:three=:four=1111111111:five=
:/
i would like to truncate this write in a file (file.txt) as
Code:
//begin
a
a@yahoo.com
789
123
...
- 04-10-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247
how can i truncate this
hi all
i have an output like this
i would like to truncate this write in a file (file.txt) asCode:ID=123:one=a:two=a@yahoo.com:three=789:four=:five=123 ID=123:one=aa:two=aa@yahoo.com:three=:four=1111111111:five= :/
how can do this using c programCode://begin a a@yahoo.com 789 123 //begin aa aa@yahoo.com 11111111 //begin
can you please help em
thank you in advance


Reply With Quote