I can use fwmkeys
to iterate over keys that share a prefix -- but how can I modify these keys as I iterate? In my case I only need to be able to delete them or set them to empty, either will work.
Asked
Active
Viewed 40 times
1

singpolyma
- 10,999
- 5
- 47
- 71
1 Answers
0
Oh, I see. fwmkeys
returns the key strings, so I can then operate directly on them that way.

singpolyma
- 10,999
- 5
- 47
- 71