Search Results

Search: Posts Made By: ElCaito
4,801
Posted By ElCaito
How to pass CSH variables up to the parent?
Hi ..

I have a dynamic script called from a programming language called Powerhouse (4GL).

The module, called QUIZ, allows the user to call shell commands from within it...
i.e.

!rm -f...
43,349
Posted By ElCaito
How to grep for two or more words in a line at the same time?
I want to search a heap of files but using an either OR or AND condition for two or more strings. How can I do this?

i.e. file1 has the following

file testfile primary

and file2 has this...
37,163
Posted By ElCaito
Thanks for your help. It's pointed me in the...
Thanks for your help. It's pointed me in the right direction.

Here is what I found and it works fine for me, where $file is a variable that holds the full file name I want to use. In my case I...
Forum: Programming 02-26-2006
16,740
Posted By ElCaito
Actually I am after a C shell scripting solution...
Actually I am after a C shell scripting solution myself.

Can you use the C functions of Unix, especially the string functions, within a C shell? How?

Thanks
37,163
Posted By ElCaito
Yes. You are correct, but please can you explain...
Yes. You are correct, but please can you explain this code to me, and how it works? I don't see where I can place the filename that I need to check in this bit of code.
What I am after is some sort...
Forum: Solaris 02-26-2006
4,807
Posted By ElCaito
Yes it works using your method. I got it wrong...
Yes it works using your method. I got it wrong with the -e option, yet this did not pose a problem in Unix. Anyway, it's ok now. Thanks
Forum: Solaris 02-26-2006
4,807
Posted By ElCaito
I do it like this ... $ps -ef -umipsw ...
I do it like this ...

$ps -ef -umipsw

in C shell... and I get everybody!

Yet this works fine in Unix.
Forum: Solaris 02-24-2006
4,807
Posted By ElCaito
Why does the 'ps' command with -u option not working?
How can I use the 'ps' command to view current sessions but only for a given process/user, with the -u parm?

In older versions of Unix, this used to work, but not in Sun Solaris.

Thanks
37,163
Posted By ElCaito
How to validate a CSV file?
Hi.
I think some people have already asked this, but the answers/questions seem to be about validating the contents inside a CSV file.

I am simply after a simple variable solution (ie 0 = false,...
3,752
Posted By ElCaito
My question has changed
Thanks for the responses guys, but I've decided to change my question.

How do I use the concept of the .rhosts file properly? How is it meant to be used?

This is what I have for example ...
...
3,752
Posted By ElCaito
Accessing remote machine via an enviroment variable
Hi.
Is it possible to remotely access another unix box via an enviroment variable, on another machine?

I am trying to create an environment variable $MIPSDATA which will point to a folder on...
Showing results 1 to 11 of 11

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