Tagged Questions
3
votes
1answer
69 views
Why is uname -M returning an empty string?
On the exact same machine (AIX 6.1), in 2 different login shells (both ksh), with different user IDs, I can do uname -M; in one shell I get the system model. In the other shell I get BLANK! The only ...
2
votes
3answers
692 views
Storing a list in a variable
I am trying to store the name of list of files that contain 781 in their name. I will be using this list to perform some operations and after that I will delete this list.
I have two options to do ...
4
votes
2answers
2k views
How to get a clean environment in a ksh shell?
I need to get rid of all the environment variables in a Ksh shell. I can fork a new instance, but it will inevitably source some init files (as far as I know .profile, .kshrc). Is there a way to ...
