I have a command
sed -e 's/\\N//g' ${OUTPUT_DIR}/${OUTPUT_SED_FILE_NAME} > ${OUTPUT_DIR}/${OUTPUT_FILE_NAME}
I want to remove the header and footer from the source file. What switch I need to put in the sed line.
Thanks,
I have a command
sed -e 's/\\N//g' ${OUTPUT_DIR}/${OUTPUT_SED_FILE_NAME} > ${OUTPUT_DIR}/${OUTPUT_FILE_NAME}
I want to remove the header and footer from the source file. What switch I need to put in the sed line.
Thanks,
Is this what you're trying to do?