Search Results

Search: Posts Made By: unisunny
2,206
Posted By mirni
If you know, that email is always third, and...
If you know, that email is always third, and username and password are always second to- and last ones, then this is a simple approach:
awk -F, '{print "echo Your username is " $(NF-1) " and your...
89,863
Posted By phani
passing parameters from a shell script to sqlplus
Hi ,
I want to pass parameters from a shell script to a sql script and use the parameter in the sql query ..and then I want to spool a particular select query on to my unix box... for 4 different...
2,893
Posted By aster007
This can be divided into 2 parts export...
This can be divided into 2 parts

export ROWSTOLOAD=${ROWSTOLOAD:--100}If "ROWSTOLOAD" is defined then
export ROWSTOLOAD=${ROWSTOLOAD}else set it to
export ROWSTOLOAD=-100 In general if a...
Showing results 1 to 3 of 3

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