home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / ls40.lzh / README.1ST < prev    next >
Text File  |  1990-06-05  |  1KB  |  23 lines

  1. In case the "p" (pure) bit got stripped off in the archiving/dearchiving
  2. process ... yes, ls v4.0k is "residentable".  Just use the Protect command
  3. (or chmod, etc) to turn it back on, and you can "resident" it.
  4.  
  5. See the README for known limitations, bugs, etc.  One WARNING upfront ... if
  6. the shell you're using expands normal wildcards (* and ?) itself, you'll need
  7. to use the shell's quoting mechanism for "ls" to work as intended.  If you
  8. let the shell expand wildcards for you, the output can be somewhat "strange".
  9. See the README for why this is the way it is (for now).
  10.  
  11. A quick plea to shell writers ... *please* provide a mechanism for semi-
  12. automatically disabling wildcard expansion is your shells!  One easy way to
  13. do this is to not expand the wildcards until an actual command (not an
  14. alias) that will use the filelist is to be executed.  Then one could define
  15. an alias something like: "alias  xls 'set nowild;ls;unset nowild'", and have
  16. the expansion controlled on a command-by-command basis.  Even better if you
  17. can issue commands as part of the "prompting" function, as "unset nowild"
  18. would work better there (in case the user ^C'd out of the command proper).
  19.  
  20. Enjoy ...!
  21.  
  22. /kim   06/05/90
  23.