ls

ls()

Lists all files in the current working directory.

ls pattern

ls("pattern")

Lists all files following the given pattern.


See also pwd cp ls cmd grep 


Example


ls *.txt


ls("*.txt")