1
0
mirror of synced 2026-04-25 03:45:30 +00:00

misc lispusers changes -- UNIXYCD, lsee (#889)

* Move cd, ls, pwd to it's own little lispusers (needs documentation)

* add .TXT documentation, also patch lsee script to translate ^ and _ to up and left arrow

* Add document for CONDITIONGRAPH
This commit is contained in:
Larry Masinter
2022-09-13 12:04:23 -07:00
committed by GitHub
parent 06a7356b00
commit 095beef454
9 changed files with 80 additions and 27 deletions

13
lispusers/UNIXYCD.TXT Normal file
View File

@@ -0,0 +1,13 @@
UNIXYCD & .LCOM .TXT
This file implements little commands:
cd change Lisp's current directory to home
cd dir dir can be a path separated by / or >.
if no "hostname" is given, it's assumed {DSK}
ls [dir] list current directory or a directory that's given
non-feature: ls foo only prints foo; you need to
specify ls foo/
pwd print working directory