* running a command involving ";"
@ 2004-12-14 9:04 Atishay Kumar
2004-12-14 9:25 ` urgrue
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Atishay Kumar @ 2004-12-14 9:04 UTC (permalink / raw)
To: linux-admin
hello,
i want to run the command
-------
java -cp systray4j.jar;QuickDownloaderv4.4.jar
down.quickDownloader.applicationStartUp.SplashScreen
------
unfortunately the command itself involve semicolon which is a
delimiter for new commands in linux. so how can i run this command.
thanks
--
:)
Atishay Kumar
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: running a command involving ";"
2004-12-14 9:04 running a command involving ";" Atishay Kumar
@ 2004-12-14 9:25 ` urgrue
2004-12-14 13:25 ` Armen Kaleshian
[not found] ` <525a6ac4041214072524cc7757@mail.gmail.com>
2 siblings, 0 replies; 5+ messages in thread
From: urgrue @ 2004-12-14 9:25 UTC (permalink / raw)
To: Atishay Kumar; +Cc: linux-admin
try one of these:
hal:~ # echo "hi;hi"
hi;hi
hal:~ # echo hi\;hi
hi;hi
On 2004.12.14 11:04, Atishay Kumar wrote:
> hello,
> i want to run the command
> -------
> java -cp systray4j.jar;QuickDownloaderv4.4.jar
> down.quickDownloader.applicationStartUp.SplashScreen
> ------
> unfortunately the command itself involve semicolon which is a
> delimiter for new commands in linux. so how can i run this command.
>
> thanks
>
> --
> :)
> Atishay Kumar
> -
> To unsubscribe from this list: send the line "unsubscribe linux-
> admin"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: running a command involving ";"
@ 2004-12-14 9:27 garcia_pan
0 siblings, 0 replies; 5+ messages in thread
From: garcia_pan @ 2004-12-14 9:27 UTC (permalink / raw)
To: Atishay Kumar; +Cc: linux-admin
[-- Attachment #1: Type: text/plain, Size: 3306 bytes --]
Hi Atishay
Put "\" before ";". This forces to the shell to get the character after the
backslash as a character without any relevance as shell command or
separator.
Best regards,
Pedro
Atishay Kumar
<atishay.kumar@gmail. (Embedded image moved to file: pic22462.jpg) linux-admin@vger.kernel.org
com> (Embedded image moved to file: pic21934.jpg)
Asunto: running a command involving ";"
Enviado por:
linux-admin-owner@vge
r.kernel.org
14/12/2004 10:04
Por favor, responda a
Atishay Kumar
Telefónica Móviles España, S.A.
hello,
i want to run the command
-------
java -cp systray4j.jar;QuickDownloaderv4.4.jar
down.quickDownloader.applicationStartUp.SplashScreen
------
unfortunately the command itself involve semicolon which is a
delimiter for new commands in linux. so how can i run this command.
thanks
--
:)
Atishay Kumar
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: pic22462.jpg --]
[-- Type: image/jpeg, Size: 0 bytes --]
[-- Attachment #3: pic21934.jpg --]
[-- Type: image/jpeg, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: running a command involving ";"
2004-12-14 9:04 running a command involving ";" Atishay Kumar
2004-12-14 9:25 ` urgrue
@ 2004-12-14 13:25 ` Armen Kaleshian
[not found] ` <525a6ac4041214072524cc7757@mail.gmail.com>
2 siblings, 0 replies; 5+ messages in thread
From: Armen Kaleshian @ 2004-12-14 13:25 UTC (permalink / raw)
To: linux-admin
Why are you using a semicolon as a delimiter for specifying multiple classpaths?
On Tue, Dec 14, 2004 at 02:34:39PM +0530, Atishay Kumar wrote:
: hello,
: i want to run the command
: -------
: java -cp systray4j.jar;QuickDownloaderv4.4.jar
: down.quickDownloader.applicationStartUp.SplashScreen
: ------
: unfortunately the command itself involve semicolon which is a
: delimiter for new commands in linux. so how can i run this command.
:
: thanks
:
: --
: :)
: Atishay Kumar
: -
: To unsubscribe from this list: send the line "unsubscribe linux-admin" in
: the body of a message to majordomo@vger.kernel.org
: More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: running a command involving ";"
[not found] ` <525a6ac4041214072524cc7757@mail.gmail.com>
@ 2004-12-14 17:53 ` Atishay Kumar
0 siblings, 0 replies; 5+ messages in thread
From: Atishay Kumar @ 2004-12-14 17:53 UTC (permalink / raw)
To: Rob; +Cc: linux-admin
On Tue, 14 Dec 2004 07:25:14 -0800, Rob <robrohan@gmail.com> wrote:
> On all unix like OSs (which is almost every major OS in the world save
> windows) the classpath delimiter is a colon. So you command should be:
>
> java -cp systray4j.jar:QuickDownloaderv4.4.jar
> down.quickDownloader.applicationStartUp.SplashScreen
i realized my mistake and corrected it. thanks for all answers.
atishay
P.S. Make one line Happy Admin http://202.138.119.197:8084/wiki/ is
waiting for your expert tips....
>
> Cheers,
> Rob
>
> On Tue, 14 Dec 2004 14:34:39 +0530, Atishay Kumar
> <atishay.kumar@gmail.com> wrote:
> > hello,
> > i want to run the command
> > -------
> > java -cp systray4j.jar;QuickDownloaderv4.4.jar
> > down.quickDownloader.applicationStartUp.SplashScreen
> > ------
> > unfortunately the command itself involve semicolon which is a
> > delimiter for new commands in linux. so how can i run this command.
> >
> > thanks
> >
> > --
> > :)
> > Atishay Kumar
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
>
>
> --
> ~The cfml plug-in for eclipse~
> http://cfeclipse.tigris.org
> ~open source xslt IDE~
> http://treebeard.sourceforge.net
> ~open source XML database~
> http://ashpool.sourceforge.net
>
--
:)
Atishay Kumar
Btech, SEM VII
DA-IICT
Gandhinagar - 382009
India
ph: +91 9825383948
/**************************************
*All that is gold does not glitter *
**************************************/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-14 17:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-14 9:04 running a command involving ";" Atishay Kumar
2004-12-14 9:25 ` urgrue
2004-12-14 13:25 ` Armen Kaleshian
[not found] ` <525a6ac4041214072524cc7757@mail.gmail.com>
2004-12-14 17:53 ` Atishay Kumar
-- strict thread matches above, loose matches on Subject: below --
2004-12-14 9:27 garcia_pan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).