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

Re: dictionary package



On Du, 16 iun 13, 13:32:35, lina wrote:
> 
> So wish to have a dict to "record" the words I looked up and then I
> would be easily to review.

You could use a small wrapper script $HOME/bin/dict

,----
| #!/bin/sh
|
| echo "$@" >> $HOME/.dict_history
| dict "$@"
`----

Expand as needed.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic

Attachment: signature.asc
Description: Digital signature


Reply to: