I want to close all buffers with has “sly” in their name. Can I do something like this:
CLOSE buffer WHERE buffer.name LIKE ‘%sly%’;
You must log in or register to comment.
I want to close all buffers with has “sly” in their name. Can I do something like this:
CLOSE buffer WHERE buffer.name LIKE ‘%sly%’;