emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21636: closed (a question of the “wc” program)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21636: closed (a question of the “wc” program)
Date: Tue, 06 Oct 2015 16:02:03 +0000

Your message dated Tue, 6 Oct 2015 10:01:15 -0600
with message-id <address@hidden>
and subject line Re: bug#21636: a question of the “wc” program
has caused the debbugs.gnu.org bug report #21636,
regarding a question of the “wc” program
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21636: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21636
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: a question of the “wc” program Date: Tue, 06 Oct 2015 18:49:30 +0800
 
I have a file which is named “-l”, and I use the wc to count the file, undesirably wc requested the standard input rather than my file "-l" ,although I use it through the command
wc -lw -l
it didn't work as my will, however, linux itself do not limit this kind of name style, but wc does, so unreasonable, such as my above command actually doesn't cause a ambiguity, so can you improve it ? try to check whether those files exist by the args from arg[2] atleast,not ignore those arguments.
 
expect your reply.:)
 
 
 
Cheers,
JameDam
 

--- End Message ---
--- Begin Message --- Subject: Re: bug#21636: a question of the “wc” program Date: Tue, 6 Oct 2015 10:01:15 -0600 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
tag 21636 notabug
thanks

On 10/06/2015 04:49 AM, JameDam wrote:
> I have a file which is named *“-l”*, and I use the wc to count the file, 
> undesirably wc requested the standard input rather than my file *"-l"* 
> ,although 
> I use it through the command
> */wc -lw -l/*

Try either of:

wc -lw -- -l
wc -lw ./-l

This is not a bug in wc.  Rather, it is a FAQ:
https://www.gnu.org/software/coreutils/faq/coreutils-faq.html#I-have-a-file-called-_002d_002dhelp_002e-How-do-I-remove-it_003f

And like most utilities, using an explicit -- to mark the end of
options, or spelling your file name with a leading ./ so that it can't
be confused with an option, will do the trick.

Therefore, I'm closing this as not a bug, although you should feel free
to add any further comments or questions to this thread.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]