[REBOL] Re: pwd cd ls - anyone ??
From: jason:cunliffe:verizon at: 21-Apr-2002 23:38
> Some more trivial additions for you: > > mv: :rename > rm: :delete > vi: :editor > cp: func [from to] [write/binary to read/binary from] > > Note that 'cp is already used by REBOL. Seems to be the same as 'copy and I > haven't found any places where 'cp is used instead of 'copy . . . but you > never know!? ;)Thanks Ashley ./Jason