Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: John-Paul Stewart Newsgroups: comp.os.linux.misc Subject: Re: How many ways can you run a script? Date: Wed, 29 May 2024 21:16:01 -0400 Lines: 25 Message-ID: References: <6657ab94@news.ausics.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net hkDz3Hf6b994S0atvQANIgO56FJ6vAom194JPMjI/yHNQcev4G Cancel-Lock: sha1:lSMHbM2Lr0CD2oz+vWc8YiVLxtE= sha256:sUcW+rx/WvkfZ/G2EA13IBoan35wVDN5SLGkFdyo4kk= User-Agent: Mozilla Thunderbird Content-Language: en-CA In-Reply-To: <6657ab94@news.ausics.net> Bytes: 1604 On 2024-05-29 6:26 p.m., Computer Nerd Kev wrote: > Woozy Song 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.