Replacing words in a text document using the sed command
Good day! Please help me, I need a command with which I can directly in WinSCP replace the words I need with others using the
that is, I run the command and it replaces inside the document as specified in the
sed
command, for example, to execute a command like sed
on the txt I need
sed "s|.*\/Videos\/|fresh\/Videos\/|"
sed
command.