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

Re: dictionary package



On Sunday 16,June,2013 03:25 PM, Andrei POPESCU wrote:
> 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.

Thank you, I add above script into ~/bin/mydict

It records the words I looked up.

Best regards,

> 
> Kind regards,
> Andrei


Reply to: