Search Results

Search: Posts Made By: lokaish23
7,884
Posted By lokaish23
Thanks! :)
Thanks! :)
7,884
Posted By lokaish23
Thanks a lot for the Help. ---------- Post...
Thanks a lot for the Help.

---------- Post updated 08-08-13 at 12:40 PM ---------- Previous update was 08-07-13 at 04:39 PM ----------



Hello could you also please describe above awk command...
7,884
Posted By lokaish23
Thanks that worked also would like to know how it...
Thanks that worked also would like to know how it worked meaning what ORS and all did to make it happen... any details of this command will help.

Thanks!
7,884
Posted By lokaish23
Actually Not as i just provided sample data. ...
Actually Not as i just provided sample data.
Best regular expression to look for is

|" \n "

Because the line feed is coming right after "My_first name" field and there are more fields after...
7,884
Posted By lokaish23
awk for replacing line feed
Hello all,
I have data like
"1"|"My_name"|"My_Email"|"My_Last"|My_other"
"2"|"My_name"|"My_Email"|"My_Last"|My_other"
"3"|"My_name"|"My_Email"|"
"|My_other"...
960
Posted By lokaish23
Remove dupe values from file
Hi All,
I have a file something like

||MY|VAL1|VAL2|VAL3|VAL4||||SOME|NOT||..
||MY|VAL1|VAL2|VAL3|VAL4||||SOME|NOT||..
||MY|VAL1|VAL2|VAL3|VAL4||||SOME|NOT||.....
3,329
Posted By lokaish23
Date time calculation
hello guys,
I had been to many forums and many topics in this site as well for my question but did not get any solution.
My question is how i can get y'day date with time stamp
today is...
6,443
Posted By lokaish23
Thanks That worked out :)
Thanks
That worked out :)
6,443
Posted By lokaish23
i tried this but after this command my prompt...
i tried this but after this command my prompt looks like

>

and my best guess is i am missing here any syntax
6,443
Posted By lokaish23
replace ' with '
Hello all i am trying to replace ' with '
and i am trying like this

sed 's/'/'/g' test.xml

my test.xml has

<mytag> ' </mytag>

and i need output like

<mytag> &apos;</mytag>
...
7,627
Posted By lokaish23
wow that works just fine... Thanks a lot buddy!...
wow that works just fine...
Thanks a lot buddy!
:)
7,627
Posted By lokaish23
as i mentioned in out put i need to remove &...
as i mentioned in out put i need to remove & which are not with &amp;
Need output like
intial file

<mytag>mydata</mytag>
<tag2>data</tag2>
<tag3>data2&amp;data3</tag3>

output
...
7,627
Posted By lokaish23
replace & with &amp; xml file
Hello All
I have a xml file with many sets of records
like this

<mytag>mydata</mytag>
<tag2>data&</tag2>

also same file can be like this

<mytag>mydata</mytag>
<tag2>data&</tag2>...
2,447
Posted By lokaish23
No its not the case The & does not apeear at...
No its not the case
The & does not apeear at the end of line...
bad data&baddata
2,447
Posted By lokaish23
Hello Thanks for the reply ok what may be in...
Hello
Thanks for the reply
ok what may be in the fiel is
soemdata&
mybaddata&
mygooddata&amp
Now what i want is
soemdata&amp
mybaddata&amp
mygooddata&amp

and it can be
soemdata&...
2,447
Posted By lokaish23
Find and replace issue
Hello Guys
i am seeking help here is my issue
I have several files i need to find "&" char and replcae with &amp; or &apos;
1) It may be possible that in a file there are several occurance of &, &amp; or...
Showing results 1 to 16 of 16

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