RetroPieRGB icon indicating copy to clipboard operation
RetroPieRGB copied to clipboard

More accurate greping

Open nkyriazis opened this issue 4 years ago • 1 comments

Example :

> grep "mk;" /opt/retropie/configs/all/arcade_res_table.txt

galagamk;"Galaga (Midway set 2)";288x224@60;V
grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
mk;"Mortal Kombat";[email protected];H

> grep "^mk;" /opt/retropie/configs/all/arcade_res_table.txt
mk;"Mortal Kombat";[email protected];H

nkyriazis avatar Oct 07 '20 10:10 nkyriazis

Thanks for the patch

arcadeforge avatar Oct 23 '20 22:10 arcadeforge