Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: shell state of mind
- To: tlug@example.com
- Subject: Re: shell state of mind
- From: SL Baur <steve@example.com>
- Date: 31 Jan 2001 13:38:11 +0900
- Content-Type: text/plain; charset=US-ASCII
- In-Reply-To: Viktor Pavlenko's message of "Tue, 30 Jan 2001 18:31:02 +0900"
- Mail-Copies-To: never
- References: <14966.35286.123393.87141@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <roYPKB.A.WoG.qa5d6@example.com>
- Resent-Sender: tlug-request@example.com
Viktor Pavlenko <vp@example.com> writes in tlug@example.com: > $ echo 0 `echo 1 \`echo 2 \\\`echo 3 \\\\\\\`echo 4 \\\\\\\\\\\\\\\`echo 5\\\\\\\\\\\\\\\`\\\\\\\`\\\`\`` > 0 1 2 3 4 5 > $ etc. This was why the $( ... ) notation was invented. $ echo 0 $(echo 1 $(echo 2 $(echo 3 $(echo 4 $(echo 5))))) 0 1 2 3 4 5
- Follow-Ups:
- Re: shell state of mind
- From: "Stephen J. Turnbull" <turnbull@example.com>
- References:
- shell state of mind
- From: Viktor Pavlenko <vp@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: problems with pow( ) in gcc
- Next by Date: Re: Where is SourceForge?
- Prev by thread: shell state of mind
- Next by thread: Re: shell state of mind
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links