Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shell state of mind



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


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links