Search Results

Search: Posts Made By: gopishrine
32,993
Posted By gopishrine
Hi, In the below code, data is copied from...
Hi,

In the below code, data is copied from one array variable to another array variable. is it possible to copy a data from a variable (which is not an array) to a variable which is an array?

...
15,228
Posted By gopishrine
Hi All, Thanks, I used SED and it works...
Hi All,

Thanks, I used SED and it works perfectly.
15,228
Posted By gopishrine
Replace character in shell scripting
Hi,

I need to replace the space " " with underscore "_" using shell scripting. The data are inside the text file. Is there are any simple code to that.?
32,993
Posted By gopishrine
I mean, the array size should automatically...
I mean, the array size should automatically increase. ie., consider the array size as 5 initially, then if the input is in size of 10 data(1,2,3,4,5,6,7,8,9,10), then the array size should increase...
32,993
Posted By gopishrine
@Chubler_XL I need to give input as an array...
@Chubler_XL

I need to give input as an array value. Is that possible to do like that
32,993
Posted By gopishrine
Thank you all for the reply.
Thank you all for the reply.
32,993
Posted By gopishrine
Is there any pdf document to learn about c shell...
Is there any pdf document to learn about c shell scripting? And one more thing is there any way to open the text document using shell scripting?
32,993
Posted By gopishrine
Hi, Thank you. --- Post updated at 01:41...
Hi,
Thank you.

--- Post updated at 01:41 PM ---

Hi,
Thank you.
32,993
Posted By gopishrine
Is it possible to define the size of the array...
Is it possible to define the size of the array instead of directly giving the input?

Like x is the array variable and it has the size of 10. So that I could pass the input.
32,993
Posted By gopishrine
Array size in C shell scripting
Hi,

I would like to know how to define the size of the array in c shell scripting.
2,710
Posted By gopishrine
Hi, Thanks for the code. But I am not sure...
Hi,

Thanks for the code. But I am not sure how to use that in my script. Below is my script.

# Common used variables
set IFILE = "c:/temp/do_info.$$"
set critical_name_file =...
2,710
Posted By gopishrine
File handling
Hi All,

I need to extract the data from the text file. The data of the text file is shown below

#L 0.000017 4.329939 0.000017 4.716267 r7.9 P 1 1;Net=IN32

The extracted data should be IN32....
Showing results 1 to 12 of 12

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