[REBOL] pwd cd ls - anyone ??
From: jason::cunliffe::verizon::net at: 19-Apr-2002 14:02
Has anyone written rebol equivalents of standard Unix commands cd, ls, pwd etc? I made some trivial additions to my user.r file pwd: :what-dir cd: :change-dir ls: :list-dir Now to add some familiar arguments for commands like: ls -l Thought I'd check here first.. thanks ./Jason