Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <01c5bbc6ffa97ded366d2abf4651b36b@msgid.frell.theremailer.net>
Deutsch   English   Français   Italiano  
<01c5bbc6ffa97ded366d2abf4651b36b@msgid.frell.theremailer.net>

View for Bookmarking (what is this?)
Look up another Usenet article

From: Fritz Wuehler <fritz@spamexpire-202406.rodent.frell.theremailer.net>
Subject: Re: How many ways can you run a script?
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
References: <v372oq462c@dont-email.me>
 <db9f509a5abb8d9eed3291ea7c7d27cb@msgid.frell.theremailer.net>
 <v3gi6h1val@dont-email.me>
Message-ID: <01c5bbc6ffa97ded366d2abf4651b36b@msgid.frell.theremailer.net>
Date: Sun, 02 Jun 2024 13:57:56 +0200
Newsgroups: comp.os.linux.misc
Path: ...!weretis.net!feeder8.news.weretis.net!news.swapon.de!news.in-chemnitz.de!news2.arglkargh.de!alphared!sewer!news.dizum.net!not-for-mail
Organization: dizum.com - The Internet Problem Provider
X-Abuse: abuse@dizum.com
Injection-Info: sewer.dizum.com - 2001::1/128
Bytes: 1015
Lines: 9

Woozy Song <suzyw...@outlook.com> [WS]:
WS> >$ ${0/-} myscript
WS> What does the /- mean?

Get rid of a possible (initial) "-" in $0:

$ echo $0; echo ${0/-}
-/bin/bash
/bin/bash