Search Results

Search: Posts Made By: paku
18,137
Posted By paku
Hi, I am not sure how your input file is. ...
Hi,
I am not sure how your input file is.
Assuming your input file test.csv as
a,b,c,d,e,,f
a,b,c,d,e,,f
a,b,c,d,e,,f
a,b,c,d,e,,f

the following code will give you the desired output....
27,603
Posted By paku
Thanks for the reply. It's ksh The solution...
Thanks for the reply.
It's ksh
The solution works.
Well what if the value that i need to assign to these 5 variables is a string let's say "hello" ?
How am i supposed to do it?
If i use "let"...
27,603
Posted By paku
Initializing multiple variables in one statement
HI,
I have 5 variables var1, var2, var3, var4 and var5
I need to initialize all of them to zero.
Is there a way to do it in a single line
something like this
var1=var2=var3=var4=var5=0.
I am...
Showing results 1 to 3 of 3

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