ESCAPE SEQUENCE

Ignacio Gómez igomezu at gmail.com
Tue Oct 4 15:13:05 UTC 2005


when i run this shell i goes this error,,, what can i do? is an error
because i should generate some files and it doesn´t

[unisys at colnx03 export]$ ExportPOS.sh
INSERT 14025676 1
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
awk: cmd. line:19: warning: escape sequence `\`' treated as plain ``'
[unisys at colnx03 export]$

this is my shell



#!/bin/sh
#-------------------------------------------------------------------------
# Shell de exportacion de archivos para los POS
#
# Autor: Juan Fernando Velez
# Fecha: Julio 07/2004
#-------------------------------------------------------------------------

#-------------------------------------------------------------------------
# Funciones para manejo de errores
#-------------------------------------------------------------------------
trap ExportErr ERR

ExportErr ()
{
echo "Finalizo la exportacion con errores" >> $Log
if [ $Proceso -gt 0 ]
then
/var/www/html/appl/sh/endproc.sh $Proceso 1 THIS IS THE LINE 19
fi
exit 1
}



More information about the redhat-list mailing list