View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#7
Code:
sudo cp -r /home/user/MyDocs/rtcom-messaging-ui.launch
Recursive copy of argument 1

/usr/bin/ 
argument 2

killall
argument 3

rtcom-messaging-ui
to destination
Do you really want to recursively copy /usr/bin to rtcom-messaging.ui? Just asking...

If I try
Code:
ls && ls

or

ls ; ls
on my system I get the expected result. Both work just fine in an XTerminal on the N900 too. Perhaps the parser that looks at the exec line is picky and discards the second half of your command?

How do you know that the killall command hasn't been run? Did you try with a ";" too?
 

The Following User Says Thank You to Joorin For This Useful Post: