[Omake] Command syntax

Jason Hickey jyh at cs.caltech.edu
Mon Jun 12 09:58:41 PDT 2006


> On Jun 12, 2006, at 11:40 AM, Dmitry Bely wrote:
>> Just because the "chmod" shell command is defined in Pervasives.om
>> while "echo" is already an internal shell command. BTW, if you need
>> an external command, use the following form:
>>
>> "chmod" -w foo

We should change the docs, to mention something like this.

    Some shell commands are also interpreted as function applications.
    See the Shell object [...] for a list of standard aliases, as well
    as the Section [omake-language-examples] for a description of
    how to define aliases of your own.

Also, we should fix and document the chmod function:)  For portability, 
it is better to use the internal one.

Jason

-- 
Jason Hickey                  http://www.cs.caltech.edu/~jyh
Caltech Computer Science      Tel: 626-395-6568 FAX: 626-792-4257


More information about the Omake mailing list