I'd like to get a list of the open files.
Here's the use case. I grep for files containing a string, I go through each file looking for some issue, close the files that are not affected by issue. For the remaining files I need to know which ones they are.
I'd like to get a list of the open files.
Here's the use case. I grep for files containing a string, I go through each file looking for some issue, close the files that are not affected by issue. For the remaining files I need to know which ones they are.