Search Results

Search: Posts Made By: rosalinda
8,384
Posted By rosalinda
Thanks a lot, it works very fine. I appreciate it...
Thanks a lot, it works very fine. I appreciate it :b::)
8,384
Posted By rosalinda
how can i read text file and assign its values to variables using shell
Hello,

I have a cat.dat file, i would like shell to read each 3 lines and set this 3 lines to 3 different variables.

my cat.dat is:
11
12
+380486461001
12
13
+380486461002
13
14...
11,200
Posted By rosalinda
how to call shell script from pl/sql loop
Hello,
I am doing a shell script which contain a pl/sql loop to search for 3 values, i would like to call another shell script inside this sql loop each time it find the values. so how can i call...
5,160
Posted By rosalinda
How to pass pl/sql table values to shell script
Hello,
i am using '#!/bin/bash', i want to make a loop in pl/sql, this loop takes values from a table according to some conditions, each time the loop choose 3 different variables. What i am not...
3,462
Posted By rosalinda
it finally worksssss
:b::D:):D

Thank you very much for all the people who replies me. it finally worksss.

I appreciate it a lot.
Regards.
3,462
Posted By rosalinda
still not working
Hello,
I have fixed the space, but i can not know what i am doing wrong or what i am missing,

date.sh
#!/bin/sh
begin_date="2008-08-05_11:12:14"

in script 2:
#!/bin/bash
. ./date.sh...
3,462
Posted By rosalinda
works great
hi,
Thank you very much, it works great now, but i still have 1 question, i am really very new in shell and seems the date has special case in using. I am trying to use this begin_date in other...
3,462
Posted By rosalinda
it works for sysdate
Hi,
Thank you very much for your kind explanation. it works now.
but can you tell me how i can decide my own date, if i decide a date and time different than sysdate it gives me command not...
3,462
Posted By rosalinda
numerical date?
Hi,
it still giving me begin_date: command not found.
here is how i changed in date.sh :

#!/bin/bash
begin_date =`date +%Y_%m_%d_%H_%M_%S`
export begin_date

i want to change the date from...
3,462
Posted By rosalinda
global date for many scripts in shell
Hi,
I am using shell (#!/bin/bash), i am trying to set my date in a script date.sh, i want this dates to be used by another scripts.

I have tried to make:
#!/bin/bash
begin_date =`date...
5,964
Posted By rosalinda
I am using sh script . I would like to have...
I am using sh script .
I would like to have this dates as variables to be able to use it in other by other scripts.
5,964
Posted By rosalinda
no i am using sh script, i would like to have...
no i am using sh script, i would like to have this dates as variable which can be used by another scripts.
Thanks.
5,964
Posted By rosalinda
hi, how can i delete post? or the second part?...
hi,
how can i delete post? or the second part? seems no privileages for that, i wasn't able to delete this post also in order to make a new one.

Thanks for your kind help.
5,964
Posted By rosalinda
How can i assign date to next month
....................................................
5,964
Posted By rosalinda
how to assign the first day of the next month
Hi everybody,
I am very new in shell and this is my first post :).
i am trying to write a script in which i want to decide some begin dates. this dates will be used by another shell scripts.
i...
Showing results 1 to 15 of 15

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