bug-bash
[Top][All Lists]
Advanced

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

"echo" does not follow the "getopt" convention


From: Peng Yu
Subject: "echo" does not follow the "getopt" convention
Date: Mon, 18 Aug 2014 20:34:31 -0500

Hi,

The following shows that echo does not following the "getopt"
convection. Is it better to make all bash internal command following
the getopt convention?

~$ echo -n
~$ echo -n -n
~$ echo -n -- -n # I think that the output should just be "-n" not "-- -n".
-- -n~$

http://software.frodo.looijaard.name/getopt/

-- 
Regards,

Peng Yu, Ph.D.
Assistant Professor
Dept. Electrical and Computer Engineering & TEES-AgriLife Center for
Bioinformatics and Genomic Systems Engineering (CBGSE)
Texas A&M University
Office: 215F WEB
Phone: (979) 320-9822
Email: pengy@tamu.edu
http://yubiolab.wordpress.com



reply via email to

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