<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jayscafe.net/index.php?action=history&amp;feed=atom&amp;title=Bash_Snippets</id>
	<title>Bash Snippets - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jayscafe.net/index.php?action=history&amp;feed=atom&amp;title=Bash_Snippets"/>
	<link rel="alternate" type="text/html" href="https://wiki.jayscafe.net/index.php?title=Bash_Snippets&amp;action=history"/>
	<updated>2026-04-08T14:13:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wiki.jayscafe.net/index.php?title=Bash_Snippets&amp;diff=263&amp;oldid=prev</id>
		<title>Jayctheriot: Created page with &quot;Filtering the fields out of the user-add.php page of the BRMG project. &lt;pre&gt; grep fld_ sandbox/git/BRMR0708/BRMR/user-add.php | awk -F &quot;fld_&quot; '{print &quot;fld_&quot;$2}' brmr_flds.dat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jayscafe.net/index.php?title=Bash_Snippets&amp;diff=263&amp;oldid=prev"/>
		<updated>2020-08-11T22:54:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Filtering the fields out of the user-add.php page of the BRMG project. &amp;lt;pre&amp;gt; grep fld_ sandbox/git/BRMR0708/BRMR/user-add.php | awk -F &amp;quot;fld_&amp;quot; &amp;#039;{print &amp;quot;fld_&amp;quot;$2}&amp;#039; brmr_flds.dat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Filtering the fields out of the user-add.php page of the BRMG project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
grep fld_ sandbox/git/BRMR0708/BRMR/user-add.php | awk -F &amp;quot;fld_&amp;quot; '{print &amp;quot;fld_&amp;quot;$2}' brmr_flds.dat | awk -F &amp;quot;\&amp;quot;| |'|;|,|=|)&amp;quot; '{print $1}' | sort | uniq &amp;gt; brmg_flds.list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jayctheriot</name></author>
	</entry>
</feed>