Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-31 Thread Saravanan S
On Thu, Dec 31, 2009 at 10:34 AM, Rajagopal Swaminathan raju.rajs...@gmail.com wrote: or perhaps after the command to ensure that the first command completed successfully? yes, i tried also. firefox -install-global-extension xyz.xpi firefox Also i tried using a semicolon ; between the

Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-30 Thread Yuva raj
hi use exit status $? ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc -- Thank You Best Regards Yuvaraj L ___ ILUGC Mailing List:

Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-30 Thread Rajagopal Swaminathan
Greetings, On Wed, Dec 30, 2009 at 8:49 PM, Yuva raj uvar...@gmail.com wrote: hi or perhaps after the command to ensure that the first command completed successfully? Regards Rajagopal ___ ILUGC Mailing List:

[Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-28 Thread Saravanan S
How to make sure that the commands in a script file gets executed one after the other, waiting for the previous command to finish. Irrespective of the time the previous command takes. I need to install a firefox extension right from command line, and then need to execute firefox. all inside a

Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-28 Thread Sreekanth B
hi On Mon, Dec 28, 2009 at 9:17 PM, Saravanan S dearsarava...@gmail.comwrote: firefox -install-global-extension xyz.xpi can u run this from the terminal and pastebin the output please. - sree ___ ILUGC Mailing List: