Tubo de extracto GREP delimitado
awk 'BEGIN { FS = "|" } ; { print $2 }'
Delta Sierra
awk 'BEGIN { FS = "|" } ; { print $2 }'