Need Help With A Few Linux Commands:
T64:
more xxx - clears the screen and displays file xxx, but does not return to the command line until I enter space or CR.
RH:
How do I get more on Linux to wait on me? If xxx is less than a screen, more displays and returns to cmd prompt w/o waiting. I'm using system(more xxx) in Perl but not seeing the display.
T64:
logon as xyz and su
echo $USER I get root
RH:
logon as xyz and su
echo $USER I get xyz, unless I su -
I use $ENV{USER} in Perl scripts and I'm not getting root.
T64:
more xxx - clears the screen and displays file xxx, but does not return to the command line until I enter space or CR.
RH:
How do I get more on Linux to wait on me? If xxx is less than a screen, more displays and returns to cmd prompt w/o waiting. I'm using system(more xxx) in Perl but not seeing the display.
T64:
logon as xyz and su
echo $USER I get root
RH:
logon as xyz and su
echo $USER I get xyz, unless I su -
I use $ENV{USER} in Perl scripts and I'm not getting root.