Search Results

Search: Posts Made By: temhem
8,059
Posted By temhem
hi all, you can user "sort ---------- Post...
hi all,
you can user "sort

---------- Post updated at 01:05 PM ---------- Previous update was at 01:04 PM ----------

you can use "sort" command.
thanx
10,349
Posted By temhem
How can i hide username/password
hi all,

i run sqlplus command on unix(HP-UX)
like "sqlplus username/password@serverA (username/password@serverA) @deneme.sql"

but when someone run "ps -ef | grep sqlplus", it can see my...
1,276
Posted By temhem
awk error !!!
hi all,

i want to get all "tri" file's coloumns and redirect to files that a1,a2 ...a8
i mean, there will be first coloumn in a1,second column in a2 ...

But when i run this code , it take...
1,280
Posted By temhem
thanx
thanx
1,280
Posted By temhem
array error
hi all,

when i use array like this:
array[1]=223
echo ${array[1]}


result is :
array: 1,2: syntax error

thanx.

---------- Post updated at 09:21 AM ---------- Previous update...
3,344
Posted By temhem
i know cron.But, when i want to use...
i know cron.But,

when i want to use script.sh via cron, it hadn't run, i think i have got permission problem. if i success run script.sh via "at" command.
i will call myscript.sh(will run...
3,344
Posted By temhem
at command
Hi all,

i want to use "at" command in script.
Suppose, i have got myscript.sh script and it will run script.sh script at 9:40.

myscript.sh exists this command:
at 9:40
script.sh

****
But...
2,469
Posted By temhem
Can i use "at" command in script?
Hi all,

i want to use "at" command in script.
Suppose, i have got myscript.sh script and it will run script.sh script at 9:40.

myscript.sh exists this command:
at 9:40
script.sh

****...
1,801
Posted By temhem
Don't allow to editing !!!
Hi All,

Assume that there is file1 file,userA and userB have got read,write and execute permission for file1.

when userA open file1, userB cant change(write,editing file etc...) content of...
13,224
Posted By temhem
hi friend, try this, var=200903 ...
hi friend,

try this,

var=200903

sqlplus -s test.sql $var

and select * from db2.users where quarter = &1 ;
2,517
Posted By temhem
i know these ways, i curious are there any...
i know these ways, i curious are there any command?
Thanx.
i know two way:
1-i write "[[ -e somefile ]] && echo ok" sentence in a script and call it via cron per 1 minute
2- i write "[[ -e...
2,517
Posted By temhem
Are there any command that will check file ????
Hi all,

i will write a script. Script will sense certain directory and if a file is created it will send me an email.

i know how mail is sent. But i dont know which command that check...
4,784
Posted By temhem
if you need for connecting from one server to...
if you need for connecting from one server to another server without password, you can use RSA alghorithm.
it use public key and private key. it is secure also.
Good luck.
2,150
Posted By temhem
Thanx so much my friend methly.
Thanx so much my friend methly.
2,150
Posted By temhem
$1 $2 $3 error !!!
Hi All,

i need to use $1 , $2 etc..

but 1,2 ,3 etc must be dynamic.

example:

say=5
i=2
toplam=0
while [ $say -gt 0 ]
do
let toplam=toplam+$$i
...
4,326
Posted By temhem
same things. are there any way log in to...
same things.

are there any way log in to one server from another server without password?
4,326
Posted By temhem
i gave all files 640 permissions. But when i...
i gave all files 640 permissions.
But when i write on ServerA:
sfpt user@serverB
Connecting to ServerB
The authenticity of host ServerB' can't be established.
RSA key fingerprint is...
4,326
Posted By temhem
i gave permission all files but it still ask me...
i gave permission all files but it still ask me password.

---------- Post updated at 03:20 AM ---------- Previous update was at 03:19 AM ----------

as 777
4,326
Posted By temhem
Without password via RSA algorithm problem
hi All,

i need to connect(sftp) from serverA to serverB via rsa algorithm. But i can not success this.

i did like that:

On ServerA:

#ssh-keygen -t rsa

after running this command,...
2,313
Posted By temhem
mailx -c PROBLEM
hi All,

i want to email to abc@abc.com which will be in "to" and to def@def.com which will be in "cc".

i tried like this:
mailx -s "Total Collection" abc@abc.com -c def@def.com

but i...
6,087
Posted By temhem
i wrote like this: cat hazine.lst | tr...
i wrote like this:

cat hazine.lst | tr [A-Z][a-z]

but i took this error:

tr: The combination of options and String parameters is not legal.
Usage: tr [ -c | -cds | -cs | -ds | -s ] [-A]...
6,087
Posted By temhem
UPPERCASE to lowercase
Hi All,

i have a file and i want to convert all uppercase letters to lowercase letters which are in my file.

how can i do this.

Thanx
5,895
Posted By temhem
Thank so much my friend, it is success and now...
Thank so much my friend, it is success and now everything is ok.
5,895
Posted By temhem
hi bdittmar, where will i write "export...
hi bdittmar,

where will i write "export USER=myusername" sh myscript.sh?

must i write these in .profile file or in crontab or ...?

Thanx
5,070
Posted By temhem
For bourne shell and Korn shell default prompt is...
For bourne shell and Korn shell default prompt is "$",
For C shell and TC Shell default promt is "servername%"
Showing results 1 to 25 of 40

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