8 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi guys,
Is there a way to assign curent time to PS4 variable in ksh. My goal is to have each line produced by 'set -x' command to have a time stamp.
Here is my code:
$cat test
#!/usr/bin/ksh
export PS4="`date` "
set -x
echo "TRACE LINE ONE"
echo "I WILL SLEEP FOR 10 SEC"
sleep 10... (2 Replies)
Discussion started by: aoussenko
2 Replies
2. Shell Programming and Scripting
PS3="Enter corresponding number and hit enter:"
select DIR in `cat mylist` QUIT
do
if
then
echo "INVALID INPUT"
else
if ; then
my commands .....
else
break
fi
fi
REPLY=''
done
The above will return something like below :
Select from the list of... (4 Replies)
Discussion started by: ningy
4 Replies
3. Shell Programming and Scripting
Hi All
I am using the below code to chose a file to view :
PS3="Select file to view : "
select FILE in `ls` QUIT
do
if ; then
clear
cat $FILE
else
break
fi
REPLY=''
done
Everything works fine as long as I am giving the correct choice .
But when i give a... (4 Replies)
Discussion started by: ningy
4 Replies
4. Shell Programming and Scripting
Hi all,
Before I give up on using SELECT for my first attempt at creating a menu driven script, can anyone please advise if it is possible to include a line break for PS3, I've tried putting in a \n and it does not work.
Tried for both bash and ksh and both gives the same result. Preference... (3 Replies)
Discussion started by: newbie_01
3 Replies
5. Debian
About a year and half or so ago me and a friend set up Debian on a PS3. For a while I could not boot into the ps3 but managed to get it running again. I was very excited to get back in a play on the Debian distro we installed until I found neither of us could remember the password he put on it.
... (3 Replies)
Discussion started by: Azrael
3 Replies
6. Shell Programming and Scripting
Hi Masters,
could you plz. any of you explain what are $PS1, $PS2, $PS3, $PS4.
Thanks & Regards
Ramesh (6 Replies)
Discussion started by: ramserp
6 Replies
7. UNIX for Dummies Questions & Answers
Hi,
how can unset PS="+".
i tryed like this:
$ unset PS4;
but it's not unseting permanently.
it's showing oagain when i was login.
pls help me on this. (1 Reply)
Discussion started by: koti_rama
1 Replies
8. HP-UX
I Need help !
We changed a WS HP 715/33 the new is a HP 715/100 ! The old one supports a HIL keyboard and mouse. The "new" one PS2 keyboard.
We changed only the hardware not the harddisk - now the Xserver didnīt start !
What have we to configure thatt the WS supports the PS2 keyboard under... (0 Replies)
Discussion started by: rbrandt1
0 Replies