ls
Display catalog
List all the file in the current folder. Token are supported (*,?) ex : 'ls ?e.tap' will list all files with a 'e' in the second letter
SYNOPSYS
list all the files in the current folder
- ls
List all *.tap files
- ls *.tap
List size and datetime of the file
- ls -l
DESCRIPTION
Directories are in FBLUEG color. It manages '-l' and Pattern works in different ways : ls *.tap
SOURCE
https://github.com/orix-software/shell/blob/master/src/commands/ls.asm
Last update:
2024-02-13