#!/bin/bash
#####################################################
# 					            #
# This is BashStyle-NG 5.0	 	            #
#						    #
# Licensed under GNU LESSER GENERAL PUBLIC LICENSE  #
#					    	    #
# Copyright 2007 - 2008 Christopher Bratusek	    #
#					    	    #
#####################################################

ls --color=no -1 -lA . | grep -v ^l | wc -l
