Skip to main content
2 votes
Accepted

Using sed to edit filepath variable

In your question, you have the following. sed -i "s|${filepath}/${correctfilepath}|g" $Dir/.git/config. In this command, the delimiter | only appears twice. I believe the delimiter needs to ...
David Anderson's user avatar
1 vote

git branch command not working, but other command do

After five years, I want to provide an answer to this question. I encountered the same problem on a Windows machine running Delft 3D and Git. After conducting some tests, I believe the issue is caused ...
Augusto Sisa's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible