Revision history of "Bash Snippets"

From Jay's Cafe' Wiki

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.

  • curprev 16:54, 11 August 2020Jayctheriot talk contribs 251 bytes +251 Created page with "Filtering the fields out of the user-add.php page of the BRMG project. <pre> grep fld_ sandbox/git/BRMR0708/BRMR/user-add.php | awk -F "fld_" '{print "fld_"$2}' brmr_flds.dat..."