You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ echo"hello world"> a.txt
$ echo"foo bar baz"> b.txt
$ chmod 400 b.txt
$ ruplacer 'hello''goodbye'
./a.txt:1 - hello world
./a.txt:1 + goodbye world
Would perform 1 replacement on 1 matching file
Re-run ruplacer with --go to write these changes to the filesystem
$ ruplacer 'hello''goodbye' --go
Error: Could not write ./b.txt
Caused by:
Permission denied (os error 13)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: