On 7/2/2025 13:58, Steve Nickolas via Freedos-devel wrote: > > It is my personal opinion that adding Win9x DOS or PC DOS 7 > functionality to FreeDOS would be perfectly fine since those features > are in the spirit of MS-DOS.
(I strongly agree with that.) > I think DEVLOAD was added to FreeDOS > specifically because of me mentioning PC DOS 7's DYNALOAD (which is the > most useful addition to PC DOS 7). Cool! >>> I did write my own FIND, but it doesn't support /S either. Using some >>> GNUey version of grep or fgrep is probably your best bet. >> >> Sure! Unfortunately not viable on a 286- system, I think? > > https://mirror.math.princeton.edu/pub/freeDOS/gnuish/dos_only/grep20ax.zip > perhaps? Thanks! It seems that this is the one distributed with FDOS 1.3: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.3/pkg-html/grep.html It's a port of GNU grep 2.0 (1992). It does not support recursion by itself yet (-r). Therefore one would need a real mode port of GNU or BSD find, which unfortunately does not seem to be available for FreeDOS. Couple options then: 1. Add /S support to FDOS FIND; 2. Port GNU or BSD find (circa 1992 to keep things simple) to FDOS using Open Watcom (grep has been ported to DOS using MSC). _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel