<?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/count</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Oct 2008 22:17:13 GMT</pubDate>
<item>
<title>(Bash) Dump a file to the terminal, starting at some line number - noah</title>
<link>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</link>
<description><![CDATA[ <p>tail -n+99 foo.txt will read everything from foo.txt, starting with line 99.  Pipe that into more and you just look at the few line(s) you really need.

Todo: I'd like to learn to narrow this so I only print the lines I want to see, not the lines AND everything after.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 15:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</guid>
</item>
<item>
<title>(Bash) Get the length of a string on the command line with Ruby - noah</title>
<link>http://snipplr.com/view/5584/get-the-length-of-a-string-on-the-command-line-with-ruby/</link>
<description><![CDATA[ <p>The following command prints 21.</p> ]]></description>
<pubDate>Thu, 27 Mar 2008 23:08:41 GMT</pubDate>
<guid>http://snipplr.com/view/5584/get-the-length-of-a-string-on-the-command-line-with-ruby/</guid>
</item>
<item>
<title>(Bash) count htm/html files in the directory (recursive) - kyokutyo</title>
<link>http://snipplr.com/view/5573/count-htmhtml-files-in-the-directory-recursive/</link>
<description><![CDATA[ <p>count .htm or .html files in the directory.
use ls and grep command.</p> ]]></description>
<pubDate>Thu, 27 Mar 2008 04:52:40 GMT</pubDate>
<guid>http://snipplr.com/view/5573/count-htmhtml-files-in-the-directory-recursive/</guid>
</item>
<item>
<title>(Bash) Count the number of files in a directory - noah</title>
<link>http://snipplr.com/view/4453/count-the-number-of-files-in-a-directory/</link>
<description><![CDATA[ <p>How many files are in the current working directory?  This is recursive, so the count includes subdirectories and files contained in subdirectories.  To get a non-recursive count of just the files/directories in the current working directory, use ls -1 in place of find .</p> ]]></description>
<pubDate>Thu, 03 Jan 2008 22:21:06 GMT</pubDate>
<guid>http://snipplr.com/view/4453/count-the-number-of-files-in-a-directory/</guid>
</item>
<item>
<title>(Bash) Counting files in subdirs - Catfish</title>
<link>http://snipplr.com/view/1791/counting-files-in-subdirs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Dec 2006 08:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/1791/counting-files-in-subdirs/</guid>
</item>
<item>
<title>(Bash) Count files and directories - priyanhere</title>
<link>http://snipplr.com/view/1692/count-files-and-directories/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Nov 2006 06:43:30 GMT</pubDate>
<guid>http://snipplr.com/view/1692/count-files-and-directories/</guid>
</item>
</channel>
</rss>