Plugin Name: ls Authors: Dylan Dulmaine, Michael Nutter. ------------------------------------------------------------------------------- Functionality: This plug-in allows a user to list the current non hidden files in a given existing directory. Functionality is very similar to bash's ls. ------------------------------------------------------------------------------- Usage: ls [path] ------------------------------------------------------------------------------- path: [./* | ../* | *] - The file path to you wish to list the contents of. ------------------------------------------------------------------------------- Examples: esh>ls plugins esh-grammar.l esh.c (etc...) esh>ls ./ plugins esh-grammar.l esh.c (etc...) esh>ls . plugins esh-grammar.l esh.c (etc...) esh>ls ../ src eshtests esh>ls .. src eshtests esh>ls ../eshtests advanced basic milestone reduced advanced.tst (etc...)