Search Results

Search: Posts Made By: Manasa Pradeep
2,249
Posted By Manasa Pradeep
Thanks Andrew. It worked with eval.
Thanks Andrew.

It worked with eval.
2,249
Posted By Manasa Pradeep
Yep. bcoz of single quote, ' -b "FPT MAIN" ' ...
Yep.
bcoz of single quote, ' -b "FPT MAIN" '
it is not able to recognise arguments.

a="-b \"FPT2 Main\" -e 1node_ran_ref -v 371145 -R" ; echo $a ; set -x ;/build/fpsdkroot_extra/bin/cicli.py...
2,249
Posted By Manasa Pradeep
Thanks for the reply. But with the...
Thanks for the reply.

But with the solution, getting additional single codes ./test.sh ' -b "FPT MAIN" '. This single quote is creating problem.

bash$ a=" -b \"FPT MAIN\" "; echo $a ;set -x ;...
2,249
Posted By Manasa Pradeep
Passing variable as an argument to another script
Hi,

I am trying to pass a variable as an argument to another script. While substitution of variable, I am facing a problem.
varaiable "a" value should be -b "FPT MAIN".
When we pass "a" to...
1,836
Posted By Manasa Pradeep
awk with multiple pattern search
Want to fetch a column with multiple pattern using awk.
How to achieve the same.

Tried

cat test
address : 10.63.20.92/24
address : 10.64.22.93/24
address : 10.53.40.91/24

cat test |...
9,852
Posted By Manasa Pradeep
Hi All, Thanks for the replies. Suggest...
Hi All,

Thanks for the replies.
Suggest solution works for assigning to varaible. But my issue is different.
Let me explain.

I have file test_file in one unix server. Where it has a line...
9,852
Posted By Manasa Pradeep
In awk: unexpected EOF while looking for matching `"'
I am trying to get grep with awk command into variable.
But facing error.
Could someone pls help.
[mhs@flexiaf1 ~]$ cat test_file
DEPLOYMENT="abc" # com
cluster="bcn"
[mhs@flexiaf1 ~]$ grep...
Showing results 1 to 7 of 7

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