Search Results

Search: Posts Made By: subodh.thakar
1,089
Posted By subodh.thakar
try making the file after getting user input...
try making the file after getting user input i.e.after

read -p "Enter File Name:" value1
echo "Your File Name is $value1"
vi $value1 #this will create the file,that can be edited now!!
15,911
Posted By subodh.thakar
dpkg -l
dpkg -l
Forum: Programming 06-08-2011
14,563
Posted By subodh.thakar
Try "gets" function!!
Try "gets" function!!
2,602
Posted By subodh.thakar
if the column is common through-out, use awk like...
if the column is common through-out, use awk like awk '{print $col_number}' to extract this field firstly and then go for extracting the latest one (tail -1 or head -1 depends upon your requirement).
1,653
Posted By subodh.thakar
Read value from user and use it in Oracle SQL query
Guys can anyone just tell me whether i can pass a value(from UNIX SCRIPT) as an ARGUMENT in Oracle Query?
e.g.

echo "enter value"
read value

insert into tablename where col=$value...
Showing results 1 to 5 of 5

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