run-standalone.sh dbus-send --type=method_call --print-reply --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.get_profile | grep "string" | sed s/' string '/''/g > /home/user/profilo.txt && sleep 2
it was not needed
| The Following User Says Thank You to joerg_rw For This Useful Post: | ||

... A B C D ...
myABCDfunction()
{
A
B
C
D
}
... myABCDfunction ...
B 1
B 2
myABCDfunction()
{
A
B $1
C
D
}
... myABCDfunction 1 ... myABCDfunction 2 ...
... A B C D ...
myABCDfunction()
{
A
B
C
D
}
... myABCDfunction ...
B 1
B 2
myABCDfunction()
{
A
B $1
C
D
}
... myABCDfunction 1 ... myABCDfunction 2 ...
i didnt rest for one night i was linea vampire ... now i try
and i'll add a code here in a zip file