Yes, check out dir-utils.r, by me. http://anton.idatam.com.au/rebol/library/dir-utils.r
desktop rebol.com/sites/anton/library/dir-utils It features (too much in one file): - cd - ls - cp - wd (like pwd) - mv (not really finished, but works... ok) Feel free to rip and slash. Anton. > 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 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
