Re: Determining the number of files in a directory

2007-11-03 Thread Daniel Bye
On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Heheh! You and many more, my friend, myself absolutely included! Using FreeBSD-6.2 and Bash, how do I determine the number of

Re: Determining the number of files in a directory

2007-11-03 Thread Daniel Bye
On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Heheh! You and many more, my friend, myself absolutely included!

Re: Determining the number of files in a directory

2007-11-03 Thread Matthias Apitz
El día Saturday, November 03, 2007 a las 05:27:06AM -0700, White Hat escribió: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Using FreeBSD-6.2 and Bash, how do I determine the number of files in a given directory? I have tried all

Re: Determining the number of files in a directory

2007-11-03 Thread [LoN]Kamikaze
Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Heheh! You and many more, my friend, myself

Re: Determining the number of files in a directory

2007-11-03 Thread John Nielsen
On Saturday 03 November 2007, Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Heheh! You and

Re: Determining the number of files in a directory

2007-11-03 Thread Daniel Larsson
On Sat, 2007-11-03 at 12:49 +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past.

Re: Determining the number of files in a directory

2007-11-03 Thread Erik Cederstrand
Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: [...] Using FreeBSD-6.2 and Bash, how do I determine the number of files in a given directory? I have tried all sorts of combinations using different flags with the 'ls' command; however, none of them displays the

Re: Determining the number of files in a directory

2007-11-03 Thread cpghost
On Sat, 3 Nov 2007 10:44:43 -0400 John Nielsen [EMAIL PROTECTED] wrote: On Saturday 03 November 2007, Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White Hat wrote: This is probably a dumb question; however, I

Re: Determining the number of files in a directory

2007-11-03 Thread Gary Kline
On Sat, Nov 03, 2007 at 09:07:18PM +0100, cpghost wrote: On Sat, 3 Nov 2007 10:44:43 -0400 John Nielsen [EMAIL PROTECTED] wrote: On Saturday 03 November 2007, Daniel Bye wrote: On Sat, Nov 03, 2007 at 12:41:51PM +, Daniel Bye wrote: On Sat, Nov 03, 2007 at 05:27:06AM -0700, White

Re: Determining the number of files in a directory

2007-11-03 Thread Pietro Cerutti
White Hat wrote: This is probably a dumb question; however, I never let a little thing like that bother me in the past. Using FreeBSD-6.2 and Bash, how do I determine the number of files in a given directory? I have tried all sorts of combinations using different flags with the 'ls'