Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#development
Title
w
witty-crayon-22786
08/29/2022, 7:06 PM
now that we have some relevant files with spaces in their names, a potentially helpful command to “edit all files matching a grep”:
Copy code
rg -0 -l 'Platform\.current' | xargs -o -0 vim
Post