mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 01:48:16 +02:00
Autogenerate missing docs (#3514)
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
This commit is contained in:
21
docs/commands/group-by-date.md
Normal file
21
docs/commands/group-by-date.md
Normal file
@ -0,0 +1,21 @@
|
||||
# group-by date
|
||||
creates a table grouped by date.
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> group-by date (column_name) {flags}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
* `(column_name)` the name of the column to group by
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
* -f, --format <string>: Specify date and time formatting
|
||||
|
||||
## Examples
|
||||
Group files by type
|
||||
```shell
|
||||
> ls | group-by date --format '%d/%m/%Y'
|
||||
```
|
||||
|
Reference in New Issue
Block a user