Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]shell state of mind
- To: tlug@example.com
- Subject: shell state of mind
- From: Viktor Pavlenko <vp@example.com>
- Date: Tue, 30 Jan 2001 18:31:02 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <s8xClB.A.F4E.Kjod6@example.com>
- Resent-Sender: tlug-request@example.com
$ echo 0 0 $ echo 0 `echo 1` 0 1 $ echo 0 `echo 1 \`echo 2\`` 0 1 2 $ echo 0 `echo 1 \`echo 2 \\\`echo 3\\\`\`` 0 1 2 3 $ echo 0 `echo 1 \`echo 2 \\\`echo 3 \\\\\\\`echo 4\\\\\\\`\\\`\`` 0 1 2 3 4 5 $ echo 0 `echo 1 \`echo 2 \\\`echo 3 \\\\\\\`echo 4 \\\\\\\\\\\\\\\`echo 5\\\\\\\\\\\\\\\`\\\\\\\`\\\`\`` 0 1 2 3 4 5 $ etc.
- Follow-Ups:
- Re: shell state of mind
- From: SL Baur <steve@example.com>
Home | Main Index | Thread Index
- Prev by Date: gcc upgrade
- Next by Date: Re: gcc upgrade
- Prev by thread: Re: gcc upgrade
- Next by thread: Re: shell state of mind
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links