Search Results

Search: Posts Made By: wien996
3,711
Posted By wien996
#!/bin/ksh if [ $# -ne 1 ] then echo...
#!/bin/ksh
if [ $# -ne 1 ]
then
echo "SALIDA FORZADA"
exit 1
else
for linea in $(cat $1)
do
telefonos=`echo $linea | cut -d"#" -f 3`
numeros_telefonos[$i]=$telefonos
done...
3,711
Posted By wien996
Hello again and thanks for yours replies. I...
Hello again and thanks for yours replies.

I continue with this today. I was looking yours answers and I built this:

FILE.SH

#!/bin/bash

#If the number of variables is two leaves
if [...
3,711
Posted By wien996
Connection to Oracle data and dump text file
Hi for all!

I need for my job one shell script very concrete about connection to oracle databases and writing to text file.
Well I tell you:

1.- I must read a file as parameter from linux...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy