Search Results

Search: Posts Made By: vikramtk
3,651
Posted By vikramtk
thanks, It works
thanks, It works
3,651
Posted By vikramtk
Tx Dev, but still my problem is not...
Tx Dev,

but still my problem is not completely solved. As you had mentioned

IFS=' '
while read a b
do
echo "a is $a"
echo "b is $b"
done < $HOME/my.lst

I m able to get the output for...
3,651
Posted By vikramtk
Reading from list file
Hi All,

I am spooling a list file from sql.

spool '$HOME/my.lst' ;
select a,b from table;
spool off;

Can anyone help me to read both the columns a and b on unix.

Regards,
Vikram
2,657
Posted By vikramtk
Creating Directory
Hi All,

As I m very new for Unix, I need to check for a directory and move a file. If Directory is not found, The script should create a directory and move the file. Can any one help here.
Showing results 1 to 4 of 4

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