I have a text file File.txt and the content is below
Application_Servers\Base\Baseinstall\BGInfo
Application_Servers\Base\Baseinstall\CLRRSServerManager
Application_Servers\Base\Baseinstall\PCSUtils
Application_Servers\Base\Baseinstall\PostOSLoad
Application_Servers\Base\Baseinstall\Registration
Application_Servers\Base\Baseinstall\WMI
Application_Servers\Base\Baseinstall\x64\RSAutoExNt\v1.2
Application_Servers\Base\w2k16update\EveryTime
RS Batch\RSQueueClientLib\V_1_0
RS Batch\RSQueueClientLib\V_2_2
Utilities\Clrstuff\clrrs\Bin
I want to replace \ with /, how can I achieve this? Please give me shell command
'\'with'/'and you are on a Unix/Linux box, you wanttr '\\' '/'(e..gtr '\\' '/' < file > newfile).. If you are not on a Unix/Linux box, then why have the POSIX shell tags[shell]and[sh]which have no application to windows (other than in WSL).