Re: text file saved in COM format..
- From: NoStop <nospam@xxxxxxxxxx>
- Date: Sun, 17 Sep 2006 14:33:37 GMT
q_q_anonymous@xxxxxxxxxxx wrote:
<snipped alot> ... And last post regarding Linux commands in this
newsgroup. :-)
Consider-
how many hidden files or directories do I have..
ls -l .* | wc -l
But if I want to exclude the . and .. entries. I can't from ls. So I
must subtract 2 from the result.
No you mustn't. Just adjust the parameters to not include . and .. entries:
ls -l .?*
Or just get the count:
ls -l .?* | wc -l
Cheers.
--
Linux is ready for the desktop! More ready than Windoze XP.
http://tinyurl.com/ldm9d
You just can't play games on Linux!
http://tinyurl.com/kgszl
.
- Follow-Ups:
- Re: text file saved in COM format..
- From: q_q_anonymous@xxxxxxxxxxx
- Re: text file saved in COM format..
- References:
- text file saved in COM format..
- From: mistral
- Re: text file saved in COM format..
- From: q_q_anonymous@xxxxxxxxxxx
- Re: text file saved in COM format..
- From: NoStop
- Re: text file saved in COM format..
- From: q_q_anonymous@xxxxxxxxxxx
- Re: text file saved in COM format..
- From: NoStop
- Re: text file saved in COM format..
- From: q_q_anonymous@xxxxxxxxxxx
- text file saved in COM format..
- Prev by Date: Re: need some generic drivers please
- Next by Date: Re: about microsoft backup utility
- Previous by thread: Re: text file saved in COM format..
- Next by thread: Re: text file saved in COM format..
- Index(es):
Relevant Pages
|