X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "one2001boy AT yahoo DOT com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: latest ls.exe version in XP problem References: <6jKbd.13476$nj DOT 4016 AT newssvr13 DOT news DOT prodigy DOT com> <2t9ocpF1rnl54U3 AT uni-berlin DOT de> In-Reply-To: <2t9ocpF1rnl54U3@uni-berlin.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 39 Message-ID: <0uSbd.30795$QJ3.14288@newssvr21.news.prodigy.com> NNTP-Posting-Host: 69.104.245.224 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr21.news.prodigy.com 1097855996 ST000 69.104.245.224 (Fri, 15 Oct 2004 11:59:56 EDT) NNTP-Posting-Date: Fri, 15 Oct 2004 11:59:56 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: [[OSS_GGVJB_GZI]]RKB_UDAZZ\DPCPDLXUNNHXIJYWZUYICD^RAQBKZQTZTX\_I[^G_KGFNON[ZOE_AZNVO^\XGGNTCIRPIJH[@RQKBXLRZ AT CD^HKANYVW AT RLGEZEJN@\_WZJBNZYYKVIOR]T]MNMG_Z[YVWSCH_Q[GPC_A AT CARQVXDSDA^M]@DRVUM AT RBM Date: Fri, 15 Oct 2004 15:59:56 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote: > one2001boy AT yahoo DOT com wrote: > >>Hello, > > >>Just noticed several issues about ls.exe. Any help is appreciated. > > >>For the latest ls.exe under Windows XP, there are three issues. > > >>1) under a directory with one thousand files, >>run command "ls -F" will take 1 minute to start to display the files and >>directory. using "ls" has no such long delay. using "dir" has no such a >>problem either. > > > Think a momemnt about what the -F option means, and I think you'll see > that that is an unavoidable consequence of using that option. > > >>2) there is no way to use ls.exe to display files in Windows network path? > > >>I can use the command >> dir \\my_workgroup_machine_name\directory_name > > >>the following doesn't seem to work. >> ls \\\\my_workgroup_machine_name\\directory_name > > > What made you think you have to double those backslashes? Unless > you're doing this in a Unix-style shell (Bash, e.g.), you don't. I use bash. with or without double backslahes(under msdos), ls won't be able to handle the network path.