mirror of
https://github.com/zellyn/go6502.git
synced 2025-01-03 19:30:50 +00:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
cat writes.txt |
|
|
grep Wrote |
|
|
sed -e 's/:.*//' |
|
|
grep -ve '1094\|01..\|005[DE]\|023[34567]\|000F\|001[0123]\|3513\|3534' |
|
|
head -10
|