Search

Dark theme | Light theme
Showing posts with label NushellNiceties:Tables. Show all posts
Showing posts with label NushellNiceties:Tables. 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.