bug-coreutils
[Top][All Lists]
Advanced

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

Re: bug, i think? pwd --help and pwd --version don't work


From: G. Vamsee Krishna
Subject: Re: bug, i think? pwd --help and pwd --version don't work
Date: Fri, 8 Apr 2005 12:18:05 +0530 (IST)

On Thu, 7 Apr 2005, r3b3l wrote:

> 
> Hi! I would like to know if this i encountered is really a bug or i'm i 
> just doing something wrong? i'm kind off a newbie with linux, so sory if 
> i ask some silly question or if i am just doing it all wrong.
> I am running mandrake linux 10.1 and the pwd --version command doesen't 
> work. It just prints the following:
> 
> address@hidden r3b3l]$ pwd --version
> bash: pwd: --: invalid option
> pwd: usage: pwd [-PL]
> address@hidden r3b3l]$
> 
> With pwd --help the same happens:
> 
> address@hidden r3b3l]$ pwd --help
> bash: pwd: --: invalid option
> pwd: usage: pwd [-PL]
> address@hidden r3b3l]$
> 

address@hidden ~]$ /usr/local/bin/pwd --version
pwd (GNU coreutils) 5.3.0
Written by Jim Meyering.
[snip]

address@hidden ~]$ /usr/local/bin/pwd --help
Usage: /usr/local/bin/pwd [OPTION]
Print the full filename of the current working directory.

      --help     display this help and exit
      --version  output version information and exit

Report bugs to <address@hidden>.

address@hidden ~]$ pwd --version
bash: pwd: --: invalid option
pwd: usage: pwd [-PL]

address@hidden ~]$ pwd --help
bash: pwd: --: invalid option
pwd: usage: pwd [-PL]

address@hidden ~]$ which pwd
/usr/local/bin/pwd

Strange. Any idea what's going wrong? 



-- 
Playfully doing something difficult, whether useful or not, that is hacking. -- 
Richard Stallman






reply via email to

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