Summary: Hi, I have built a shared library in Unix (.so file). I want to call a function in the shared library from Extended stored procedure. I also created...
Summary: I have a function inside a file. THe function name and filename is different. THis function works well, if I run it in the same shell. But if I put i...
Summary: Nails, What is the purpose of -u option in typeset upon declaring function using typeset. That is, what if I type as follows: typeset -f function_...
Summary: Given data separated by tabs, fifth field is elapsed time given as hh:mm Script computes average elapsed time. using a template that has one action st...
Summary: HI there, I'm now have the situation like this: I have a file called disk.hog that stores login names in the 1st field n usage limit in the 2nd. I nee...
Summary: Here is a tree script that was sent to me a while back. I modified it to use Korn shell and took out all the `expr` stuff and typeset some integer va...
Summary: Since you're using the ksh, you can use the typeset built-in to cut the string into 2 pieces. An example script is: #!/bin/ksh Date=01242005 ...
Summary: wr is a kernel function used for drivers. You can't use it in a script. There are many ways to get your line numbers into fileA. The nl command wil...
Summary: I could really use some help on this code as I have been working on it day and night for days now. Basically, what I am trying to do is 1) Read the f...
Summary: Hi everyone. Need your help. I Am creating a Windows application in Visual basic 6 that writes data into SQL database. My login Form that firstly sho...
Summary: Please help me with these commands - Provide the full Unix command, using I/O redirection, that stores the contents of file A into a new file called ...
Summary: Write a Bourne shell script that accepts two names as script arguments, and will continuously displays the following menu until the user selects optio...
Summary: I have created a script called aliases using vi (vi aliases). I have entered the data and I can't get it to work. I have used the set command and alia...
Summary: Is there a way to suppress the output of an ls command. For example, if I am looking for a file called test using the command `ls test` and this file ...
Summary: If not using -e option... You can also input the file you are using to store the crontab lists... eg If you have a file named "cronlist" , vi that and...
Summary: There was an entire book published about Jumpstart for Solaris, so I could not provide specific steps for every case. For a Solaris jumpstart there ar...
Summary: Deepak, From the "system" man page: "If a child process cannot be created, or if the termination status for the command language interpreter cannot b...
Summary: 'adb' is the most effecient and useful tool to debug core dumps on any UNIX system. You need to have the executable file which caused the core dump so...
Summary: Hi Guys, Is there any other mechanism to check the reachability of a host, other than "ping".Ping is basically a command line option and I want someth...
Summary: Please, anyone can assist me with information about the total programming and controlling the modem device. How i can program, the functions used in ...
Summary: Hi, I am looking for a pattern in a file. Once i get the pattern, i assign it to a variable amd checking it. While running the script, it says, "err1 ...
Summary: I have tried this on ubuntu too and still doesnt work. I have even tried making a sample file called "a" using vi a with the contents: 02;Change;3;4 0...
Summary: Hi. I was wondering if i could define my own functions to use in C Shell ? My code is getting really repetitive. Also can anyone tell me how to store ...
Summary: It is difficult to get answer for this question. Please select the advantage and disadvantage of stream based process may be it will help you. It is f...
Summary: i have a function defined in one ksh (ksh 1) i want to use that function in another ksh (ksh 2) i am using . $<directoryname>/<ksh name> i want...