Sujet : Re: How many ways can you run a script?
De : jpstewart (at) *nospam* personalprojects.net (John-Paul Stewart)
Groupes : comp.os.linux.miscDate : 30. May 2024, 02:16:01
Autres entêtes
Message-ID : <lbq2ahF2sd0U1@mid.individual.net>
References : 1 2
User-Agent : Mozilla Thunderbird
On 2024-05-29 6:26 p.m., Computer Nerd Kev wrote:
Woozy Song <suzyw0ng@outlook.com> wrote:
sh script
bash script
source script
taskset FF script
rsh localhost script
ssh localhost script
xterm -e script
nohup script
>
I know these are not all equivalent and may have idiosyncracies.
Any others?
Are you serious? This question is way to vague to get an accurate
and useful answer.
[snip]
That's on top of the innumerable programs that one way or other
could launch a script only on the local system.
Not to mention all the other available shells beyond sh and bash such as
dash, ksh and family, csh and family (which may actually be required,
depending on script syntax), zsh. And those are just the ones I can
think of off the top of my head.