./ihd/bin/ihdm proveedores h00^ h02^ | awk -F^ ' { printf "%s^%50.50s\n",$1,$2 } ' | sort -u > ./tmp/proveedores53
./ihd/bin/ihdm statusproductos h00^ h01^ | awk -F^ ' { printf "%s^%15.15s\n",$1,$2 } ' | sort -u > ./tmp/statusproductos54
./ihd/bin/ihdm categoriasmprimas h00^ h01^ | awk -F^ ' { printf "%s^%20.20s\n",$1,$2 } ' | sort -u > ./tmp/categoriasmprimas51
./ihd/bin/ihdm unidadproducto h00^ h01^ | awk -F^ ' { printf "%s^%05.05s\n",$1,$2 } ' | sort -u > ./tmp/unidadproducto52
