nushell/docs/commands/group-by-date.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

379 B

group-by date

creates a table grouped by date.

Usage

> 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 : Specify date and time formatting

Examples

Group files by type

> ls | group-by date --format '%d/%m/%Y'