I want to ask how to remove path in cygwin. Let's say I have 3 paths:
PATH=path1:path2:path3
I want to remove path2 so it will be:
PATH=path1:path3
But actually i have a lot of path inside and it will painful to rewrite it manually. Any suggestion?