Search Results

Search: Posts Made By: mumbaiguy07
1,508
Posted By mumbaiguy07
working with null elements in an array
i have an array (with each element length "n") which is dynamic and has alphanumeric characters.

i want to check if any of the elements of the array are null and replace it with a string of "n"...
917
Posted By mumbaiguy07
that worked. thanks :)
that worked. thanks :)
917
Posted By mumbaiguy07
replacing column 3 in csv
sample csv
1234,abc,000,def,
5678,abc,010,def,
9012,abc,020,def,

desired output
1234,abc,0,def,
5678,abc,1,def,
9012,abc,2,def,

I need to change only the 2nd column from 000 to 0, 010 to...
816
Posted By mumbaiguy07
this one worked.... Thanks alister!
this one worked.... Thanks alister!
816
Posted By mumbaiguy07
It is not printing the characters after "/" in a...
It is not printing the characters after "/" in a new line. All it is doing is inserting an n instead of /. Please advise
816
Posted By mumbaiguy07
search and replace ""/
I have a csv whose contents look like this
abc
1
6
12/13
14/15

i want to output as
abc
1
6
12
13
14
15

I am a noob...any help would be appreciated.
Showing results 1 to 6 of 6

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