Search

Dark theme | Light theme
Showing posts with label NushellNiceties:Lists. Show all posts
Showing posts with label NushellNiceties:Lists. Show all posts

July 19, 2026

Nushell Niceties: Finding Same Elements In Lists Or Tables

The intersect command can be used on lists and tables to find the same elements that are in the input list or table and a provided list or table. The input is passed to the command and the other list or table is an argument for the intersect command.

June 13, 2025

Nushell Niceties: Adding Indexes To Lists

The Nushell command enumerate adds an index value to each item in a list. The index value is stored in an extra column named index. You can use this column to filter data based on the index value.