Search Results

Search: Posts Made By: gwfay
14,896
Posted By gwfay
ps | grep $$ 50834 pts/0 0:00 grep 52940 ...
ps | grep $$
50834 pts/0 0:00 grep 52940
52940 pts/0 0:00 -ksh

uname -a
AIX DCHS-PINT-002 2 5 00C5D86F4C00

echo $TERM
xterm

the up & down arrows merely result in 2 beeps. I set...
14,896
Posted By gwfay
issuing command set -o vi enables recall using...
issuing command set -o vi enables recall using [esc]k, but not the keyboard arrows. Without issuing the cmd there is NO recall. system is AIX 5.3 & putty emulator. It doesn't matter which terminal...
14,896
Posted By gwfay
Nope that doesn't do it.
Nope that doesn't do it.
14,896
Posted By gwfay
AIX bash history recall
Is it possible to use the keyboard UP ARROW in place of [esc]k to recall history? If so, how/what do I need to do change terminal emulation, etc.?

TIA,
George
1,609
Posted By gwfay
Thanks all, I've got it running.
Thanks all, I've got it running.
1,609
Posted By gwfay
What am I doing wrong?
Trying to run a script as a different user (sudo userx inside the script) but after I call the script it just sits in memory until I <ctrl D>. If I do whoami before the <ctrl D> the system returns...
2,396
Posted By gwfay
Thanks
it's always the little things :(
2,396
Posted By gwfay
Newbie problem with simple script to create a directory
script is:

dirname= "$(date +%b%d)_$(date +%H%M)"
mkdir $dirname

should create a directory named Nov4_

Instead I get the following returned:

root@dchs-pint-001:/=>./test1
./test1:...
Showing results 1 to 8 of 8

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