Revision [614]
This is an old revision of CommandLs made by DavidLee on 2009-05-31 16:23:16.
Command ls
This command is part of the posix extensions and needs to be imported to be available to the shell.
See Posix Commands
Name
ls list files and directoriesSynopsis
ls [options] [file ...]Options
-r recursively delete files
Description
Lists the files in the specified directories, or the current directory if no arguments.
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.CategoryCommands
CommandsPosix