Steven Elling wrote:
Here is a nice trick. Want to know which package the executables tic, tack and toe belong to? Just do the following (those a backtick not single quotes):

~ $> epm -qf `type -p tic`
ncurses-5.3-r1

~ $> epm -qf `type -p tac`
textutils-2.1

~ $> epm -qf `type -p toe`
ncurses-5.3-r1

This can also be done as:


etcat -b `which tic`

Or,

qpkg -f `which tic`

For completeness.


-- [EMAIL PROTECTED] mailing list



Reply via email to