From charlesreid1

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 August 2019

  • curprev 17:4517:45, 20 August 2019Admin talk contribs 1,058 bytes +1,058 Created page with "Search a file for a pattern <pre> grep pattern file </pre> Case insensitive search (with line numbers) <pre> grep -in pattern file </pre> Case insensitive search that igno..."