dir

Aliases: 
  • ls
  •  
  • ll
  •  
  • directory
  •  
    Parameters:
    Name Type Required Default Hint
    directory string false The directory to list the contents of
    recurse boolean false false Include nested files and folders

    Command Usage

    List the files and folders in a directory. Defaults to current working directory

    dir samples/
    Use the "recurse" paramater to show all nested files and folders.
    dir samples/ --recurse