OS: Linux Mint 14
Is there an equivalent of the pick command available in Linux? Pick command is the one where for each given argument, it asks yes/no and prints the selection to stdout. This script is commonly described in unix books (unix power tools).

pickbut maybe you can achieve the same withgrep? – André Feb 24 at 13:34