| Crates.io | yls |
| lib.rs | yls |
| version | 0.1.34 |
| created_at | 2025-08-13 09:21:03.075297+00 |
| updated_at | 2025-08-20 18:38:37.504408+00 |
| description | The ls command of the Younix application |
| homepage | |
| repository | https://github.com/ibilalkayy/younix |
| max_upload_size | |
| id | 1793464 |
| size | 11,472 |
ls CommandThe ls command in Younix lists directory contents, similar to the Unix ls utility. It supports various options to customize the output format and content.
younix ls [OPTIONS]
| Option | Description |
|---|---|
-p, --path <PATH> |
Directory path to list files (default: .) |
-a, --all |
Show all files, including hidden ones |
-l, --long |
Use long listing format |
-h, --help |
Print help information |
List files in the current directory:
younix ls
List all files, including hidden ones:
younix ls -a
List files in long format from a specific directory:
younix ls -p /path/to/dir -l