Search Results

Search: Posts Made By: speedieB
10,805
Posted By speedieB
where can I get exit code meanings?
I'm investigating strange behaviour on two boxes (Sun OS 5.10 and AIX 5.1) in ksh
have used $? to get exit codes returned:-
137 and 34
where can I find what these mean?

thank you
29,567
Posted By speedieB
thank you Jean-Pierre for the fast solution
thank you Jean-Pierre for the fast solution
29,567
Posted By speedieB
sed string manipulation
hi
I am using sed to split a string
this string is 11byteabc I would like to just get the numeric digits.

echo "11byteabc" | sed 's/*[a-z]//
returns 11byteabc

only solution that works is...
Forum: AIX 08-08-2006
8,901
Posted By speedieB
rsh does not execute your .profile make sure you...
rsh does not execute your .profile make sure you invoke from the $HOME . ./.profile
https://www.unix.com/showthread.php?t=17721&goto=nextnewest
8,411
Posted By speedieB
cool vergsh99 thank you I have another...
cool vergsh99 thank you
I have another question....
the location is on my path ($PATH) and the rsh $PATH why therefore do I need to put the whole path in my rsh commands?
thank you
8,411
Posted By speedieB
unzip in script using rsh
Hi
I have searched usr/bin and usr/sbin to try to find unzip but I cannot find it.

My script is using the ksh #!/usr/bin/ksh but when I rsh to another box it cannot find unzip to unzip to a new...
Forum: Linux 07-31-2006
21,846
Posted By speedieB
/usr/sbin/prtconf -c gets the bitism on AIX, not...
/usr/sbin/prtconf -c gets the bitism on AIX, not sure if works for Linux
27,829
Posted By speedieB
generate xml from a shell script
from trawling deeper into the forums have found the following useful threads:-
CSV to XML (uses awk)
https://www.unix.com/showthread.php?t=21404

script to run shell command and insert results to...
27,829
Posted By speedieB
generate xml from a shell script
Hello!

I would like to generate an xml file from the output of various commands generated from within a shell script (some will be in CDATA).

At the moment the only solution I have come up with...
72,355
Posted By speedieB
my solution to the original post was:- ps -A...
my solution to the original post was:-

ps -A -o comm,etime,pcpu,pid,ppid,time,tty,user

to things i noticed from reading the man
1) no spaces btwn args for -o
2) must be in order it is in man...
72,355
Posted By speedieB
thanks Hitori I have :)
thanks Hitori I have :)
72,355
Posted By speedieB
thank you Hitori, what does >> mean? ...
thank you Hitori, what does >> mean? stdout?
72,355
Posted By speedieB
how to find all processes that are running
Hi
i've been googling a lot but can't find an answer. All I would like to know is how to find out all processes that are running on a machine.
I know ps gives all YOUR processes.
thanks
Showing results 1 to 13 of 13

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