Quickstart
This guide will help you get started with List (sls) and explore its most useful features. You’ll be listing files like a pro in minutes.Your first command
Once List is installed, using it is simple. Just runsls in any directory:
ls. You’ll see a clean output with file names.
Basic usage patterns
Here are the most common ways to use List in your daily workflow:Show hidden files
Use the This reveals configuration files and other hidden items in your directory.
--all or -a flag to include hidden files (those starting with .):Use long format for detailed information
The Long format shows:
--long or -l flag displays detailed file attributes:- File permissions
- Owner and group
- Number of links
- File size
- Modification date and time
- File name
Common usage examples
Here are practical examples combining multiple options:Advanced features
Once you’re comfortable with basic usage, try these powerful features:Recursive listing
Explore directory structures recursively:File type indicators
Append indicators to show file types at a glance:/for directories*for executables@for symbolic links
One file per line
Display each file on its own line for easier parsing:List directories only
Show directory entries themselves, not their contents:Multiple paths
You can list multiple directories in one command:Getting help
View all available options and flags:Practical workflow examples
Here are some real-world scenarios where List shines:Find recently modified files
Find recently modified files
Explore project structure
Explore project structure
Find large files
Find large files
Check hidden configuration files
Check hidden configuration files
Flags can be combined in short form. For example,
sls -alS is equivalent to sls --all --long --sort-size.Next steps
You now know the essential List commands. To dive deeper:- Explore the Command Reference for a complete list of flags and options
- Learn about Configuration to customize List’s behavior
- Check out Advanced Usage for power user techniques
Command Reference
View detailed documentation for all available commands and options