# ls
Good for listing stuff!

## List by modification time (newest first) 
```
ls -t1
```
*(The `-1` gives us one entry per line - just filenames, no columns or extra formatting)*
