[Amforth] Finding Files

2018-10-22 Thread Jan Kromhout via Amforth-devel
Thanks for this Matthias, Was verre helpful Cheers Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel

Re: [Amforth] Finding files

2018-10-22 Thread Matthias Trute
Hi, when I look for a definition, a recursive grep is my best friend, it is fed with the usual colon definition ": " including proper whitespace. It's not completly foolproof but works most the time $:~/amforth$ grep -ri ": \.s " * common/lib/forth2012/tools/dot-s.frt:: .s depth 0 ?do depth i -

[Amforth] Finding files

2018-10-22 Thread Jan Kromhout
Hello, Where can I find the definition files of the words “SEE, .S, DUMP” Cheers Jan ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel