Welcome, Guest. Please login or register.

Author Topic: question about PIPE and _mchar  (Read 1301 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kas1eTopic starter

question about PIPE and _mchar
« on: October 15, 2005, 03:35:39 PM »
Well, question about PIPEs in amiga. I am using PIPE-1.5 from aminet, and all work fine, but, here is a settings:

Set _pchar "|"   ; PIPE
Set _mchar "||"  ; multicommand

Well, here is || as ';' in unix. Well, i was try to put Set _mchar ";", and it is not work, becouse aos already handled ';' char ? So, for what purposes aos take it, and , can it be to alises || to ; anyway ?
 

Offline kas1eTopic starter

Re: question about PIPE and _mchar
« Reply #1 on: October 15, 2005, 04:22:35 PM »
It is comment in shell window too ?[  ] I mean:

amiga shell:> cd libs: ; for what purposes needs comments in the command string ?
 

Offline kas1eTopic starter

Re: question about PIPE and _mchar
« Reply #2 on: October 15, 2005, 07:57:34 PM »
I mean why need it comments in command string in shell ? Do you use it for any reassons ?:)