Sort LinesOrder lines alphabetically, numerically, naturally or by length, in either direction.Remove Duplicate LinesKeep one copy of each line — or isolate just the repeats.Remove Empty LinesDelete blank lines, or collapse each run of them into one.Keep Lines Containing TextKeep only the lines that match a word, phrase or pattern.Remove Lines Containing TextDelete every line that matches a word, phrase or pattern.Reverse LinesFlip the order of lines so the last becomes the first.Number Each LinePrepend a running counter to every line.Extract LinesTake a range of lines, the first or last few, or every nth line.Split Text Into ColumnsSplit every line on a delimiter and rewrite it as aligned columns.Extract ColumnPull a single column out of delimited text.