Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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