| Karim Belabas on Tue, 10 Jan 2023 07:55:51 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Programmatically obtain a complete list of commands and keywords for updating the PARI/GP third-party IDE tools. |
* Hongyi Zhao [2023-01-10 03:16]:
[...]
> Nice trick. But there are still the following issues that need to be dealt with:
>
> 1. How to display all of these symbols in a non-interactive way at
> once, instead of split-screen output and prompt for the following
> information?
>
> /*-- (type RETURN to continue) --*/
>
> 2. How to dump the entire result to a file for further use?
Maybe something like
echo '?*' | gp -fq | grep -v 'type RETURN' | sed -e 's/ */\n/g' > gpfunctions
?
Cheers,
K.B.
--
Pr Karim Belabas, U. Bordeaux, Vice-président en charge du Numérique
Institut de Mathématiques de Bordeaux UMR 5251 - (+33) 05 40 00 29 77
http://www.math.u-bordeaux.fr/~kbelabas/
`