Skip to content
Advertisement

Unable to use SED command [closed]

i want to call a shell scripts which has sed command in it to format the xyz.csv generated by this shell. SED gets unrecognised in this code

Advertisement

Answer

You can’t use sed inside sqlplus. So add this command after the EOF marker. Ans also use the variable for input filename

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement