Search Results

Search: Posts Made By: born
1,993
Posted By born
tanx buddy :b: well i never really thought...
tanx buddy :b:

well i never really thought about the internals of the shell....tanx for the info
1,993
Posted By born
custom command
hi
I am trying to make my own commands in my linux.I thought a command for changing directories will be easy.

I made a simple file amd made the entries

#!/bin/bash
cd /opt/mydir

I then...
2,244
Posted By born
txt file to CSV
hi..
I have a text file which looks likes this

2258
4569
1239
258
473

i need to convert it into comma seperated format
eg:2258,4569,1239,258,437
pls help
2,054
Posted By born
mdbtools installation problem
i have been tryin to install mdbtools in my rhel 5...
./configure is working but at the time of make it gives an error
pls help
error log

odbc.c:778: warning: conflicting types for...
917
Posted By born
thanx buddy.....:b::b:
thanx buddy.....:b::b:
917
Posted By born
help with grep command
i have a file which lists the following
T2323
T3445
T67666,T6534,T4546
T7878
i need to extract the numeric part only(ie,without T).

i tried this script
awk '{print substr($0,2,length($0))}'...
4,005
Posted By born
Ok,i tried this script awk '{print...
Ok,i tried this script
awk '{print substr($0,2,length($0))}' pmt2.txt

Output
2323
3445
67666,T6534,T4546

as u can see the numbers coming after "," remains the same(the code didn't affect...
4,005
Posted By born
i have a file which lists the following T2323 ...
i have a file which lists the following
T2323
T3445
T67666,T6534

i need to extract the numeric part only(ie,without T).
I have been trying with grep and egrep but with noluck
pls help
2,232
Posted By born
thanxx dude....:b: i also tried the code ...
thanxx dude....:b:
i also tried the code


mysql --host=####### --user=#####--password=#####bugs < query.sql
query.sql contains the actual code...
2,232
Posted By born
now i am able to connect to remote mysql from my...
now i am able to connect to remote mysql from my script,i am trying to execute
a query from the script,i tried it

`mysql --host=######## --user=####--password=###bugs<<SQL
$(select * from...
2,232
Posted By born
i need to connect to a remote mysql server..that...
i need to connect to a remote mysql server..that means i should use ssh??

---------- Post updated at 12:37 PM ---------- Previous update was at 12:24 PM ----------

OK guys i got it

mysql...
2,232
Posted By born
connection to mysql
is there some way i could connect to a remote mysql server from bash script
4,005
Posted By born
tanx guyzz...:b:
tanx guyzz...:b:
4,005
Posted By born
tanx guys...:b: I tried both the commands and...
tanx guys...:b:
I tried both the commands and it worked.....
I also got the same result by using grep
grep -o "^T[0-9]*" pmt.txt

there is one more thing,there are lines like these in my text...
4,005
Posted By born
help with grep command
i have the following lines
T2345
T3435 - bugfixed and running
T5654 fixed and committed
T34541:- fixed and committed

i need to extract only the T[0-9] part (eg:T2345) ,ie i dont want any...
5,214
Posted By born
tanx guys...:b: I'll try it out and update the...
tanx guys...:b:
I'll try it out and update the result.......
5,214
Posted By born
connect to ms access
I am new to bash scripting,can anyone suggest a way to connect to ms access
through a bash script
Showing results 1 to 17 of 17

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