Search Results

Search: Posts Made By: kamil
6,521
Posted By kamil
Oracle stored procedure.
I am using sqlplus.
I have the stored procedure name.

How can i print the stored procedure content?
Forum: Programming 10-16-2003
5,114
Posted By kamil
Do you have maybe an simple example.code.
Do you have maybe an simple example.code.
Forum: Programming 10-16-2003
5,114
Posted By kamil
Function that gets the day of the week (0-6) ??
Hi ,
I am working at Unix system,using c lang.
I need c fun which return the day of the week .
For example :
0- Sunday.
1- Monday.
....


10x.
22,260
Posted By kamil
alias rm 'rm -i'
I add this line to .cshrc file in a separate line

alias rm 'rm -i'

Save it.
Then exit the user and reenter again to the user .
Then i run the command
rm -f filename in the command line.
...
22,260
Posted By kamil
Disable the `rm -f ` command
I did what you told me to do.
I put the rm 'rm -i' line into the .cshrc exit the user renter again and it didn't help.

i ru the command rm -f filenam and it has been removed without asking if i...
3,675
Posted By kamil
system() command.
How can I use it? Do you have any example?
22,260
Posted By kamil
alias rm -f 'rm -i'
I add this line to .cshrc file

alias rm -f 'rm -i'


Then exit the user and reenter again to the user .
Then i run the command
rm -f filename in the command line.
And I get error:

-f: ...
22,260
Posted By kamil
Disable the `rm -f ` command
I wish to learn how to use the alias command in .cshrc
I need to change some Unix commands, like :
change "rm -f " into "rm -i "
or to write small scripts using alias.
3,675
Posted By kamil
Runing sh files from c file
How can I run shell script file and not command from c file?
Forum: Programming 06-23-2003
55,144
Posted By kamil
C time in milliseconds function.
I need a c function which return the time in:
hour min sec and mil sec

I am writing on unix os.
Showing results 1 to 10 of 10

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