bug-bash
[Top][All Lists]
Advanced

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

RFE: remove duplicate entries from the result of `compgen -W'


From: Clark Wang
Subject: RFE: remove duplicate entries from the result of `compgen -W'
Date: Fri, 5 Sep 2014 10:33:14 +0800

See following example:

  $ echo $BASH_VERSION
  4.3.18(1)-release
  $ compgen -W 'hello hello' h
  hello
  hello
  $

It'll be good if only one "hello" is outputted.

-clark


reply via email to

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