bug-coreutils
[Top][All Lists]
Advanced

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

Re: [RFC] fallocate utility


From: Bob Proulx
Subject: Re: [RFC] fallocate utility
Date: Fri, 31 Jul 2009 14:25:57 -0600
User-agent: Mutt/1.5.18 (2008-05-17)

Tilman Schmidt wrote:
> Why not make it, in the best Unix tradition, a single
> executable whose action depends on the name it is run as?

That can cause problems in various cases.  So much so that it was
written into the GNU Coding Standards to be avoided:

  
http://www.gnu.org/prep/standards/html_node/User-Interfaces.html#User-Interfaces

  Please don't make the behavior of a utility depend on the name used to
  invoke it.  It is useful sometimes to make a link to a utility with a
  different name, and that should not change what it does.

  Instead, use a run time option or a compilation switch or both to
  select among the alternate behaviors.

Bob




reply via email to

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