ESCAPE SEQUENCE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@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@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
}
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subjecthttps://www.redhat.com/mailman/listinfo/redhat-list


[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux