<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/clear</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 10:18:47 GMT</pubDate>
<item>
<title>(Bash) clear-fix - mattlowden</title>
<link>http://snipplr.com/view/66930/clearfix/</link>
<description><![CDATA[ <p>Makes the element with the class "clear-fix" extend to the height of the inner floated elements.</p> ]]></description>
<pubDate>Tue, 28 Aug 2012 20:19:03 GMT</pubDate>
<guid>http://snipplr.com/view/66930/clearfix/</guid>
</item>
<item>
<title>(Bash) Empty keyboard buffer - niglesias</title>
<link>http://snipplr.com/view/53827/empty-keyboard-buffer/</link>
<description><![CDATA[ <p>Empties the keyboard buffer. Useful to discard keyboard input during a command execution inside a bash script.
Try this script without this line:

read -t 0.1 -N 255

and enter any garbage ([ENTER] and all) during these 2 seconds window...

The modifiers:
-t 0.1       Tiemout read on 0.1 seconds - so read won't wait to get all 255 characters
-N 255    Read 255 characters, treating any special character ([ENTER], tabs, etc.) as normal characters</p> ]]></description>
<pubDate>Fri, 20 May 2011 05:51:02 GMT</pubDate>
<guid>http://snipplr.com/view/53827/empty-keyboard-buffer/</guid>
</item>
<item>
<title>(Bash) Clear all iptables rules - alemani</title>
<link>http://snipplr.com/view/33197/clear-all-iptables-rules/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Apr 2010 19:25:36 GMT</pubDate>
<guid>http://snipplr.com/view/33197/clear-all-iptables-rules/</guid>
</item>
<item>
<title>(Bash) Clear terminal screen - dorseye</title>
<link>http://snipplr.com/view/18218/clear-terminal-screen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Aug 2009 14:32:50 GMT</pubDate>
<guid>http://snipplr.com/view/18218/clear-terminal-screen/</guid>
</item>
<item>
<title>(Bash) Force Clear Browser Cache - iloveitaly</title>
<link>http://snipplr.com/view/17445/force-clear-browser-cache/</link>
<description><![CDATA[ <p>Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.</p> ]]></description>
<pubDate>Fri, 24 Jul 2009 23:26:17 GMT</pubDate>
<guid>http://snipplr.com/view/17445/force-clear-browser-cache/</guid>
</item>
</channel>
</rss>