Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: file counting
- To: tlug@example.com
- Subject: tlug: file counting
- From: Jim Schweizer <schweiz@example.com>
- Date: Sun, 11 Oct 1998 21:55:38 +0900 (JST)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=us-ascii
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Hi all, Sounds like there was another successful meeting - wish I could have been there. I was playing around with different ways of counting files recursively through directories such as a .bashrc alias like alias numf='find ./ -type f | wc -l' but this isn't really what I want because you have to cd to the desired directory to use it. So I wrote a shell script #! /bin/bash # count the number of files below a given (STDIN) directory find $1 -type f | wc -l and this does pretty much what I want it to. So, why does alias numf="find $1 -type f | wc -l' only count the directory and not the files? cat $1 | find -f | wc -l doesn't work either. Just a small pebble dropped in the pond of life :) Regards, Jim S. --------------------------------------------------------------- Next Nomikai: 20 November, 19:30 Tengu TokyoEkiMae 03-3275-3691 Next Meeting: 12 December, 12:30 Tokyo Station Yaesu central gate --------------------------------------------------------------- Sponsor: PHT, makers of TurboLinux http://www.pht.co.jp
- Follow-Ups:
- tlug: The meeting...
- From: "J. Sean Bennett" <sean@example.com>
- Re: tlug: file counting
- From: Scott Stone <sstone@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: parallel-port IDE
- Next by Date: tlug: Re: [imasy-misc 4410] Tokyo Linux Users Group October 10 Meeting - Photo
- Prev by thread: tlug: Heresy from Intel?
- Next by thread: tlug: The meeting...
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links