Join Slack
Powered by
now that we have some relevant files with spaces i...
# development
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
2
Views
Open in Slack
Previous
Next