How to display current time in the prompt


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to display current time in the prompt
# 8  
Old 10-03-2012
Hello rdrtx1,

Thanks for your reply. I am not much familiar with unix options, so I tried to google trap command and found that it catches a signal sent to the process.

I tried executing it on prompt, nothing happens (no prompt change).

Can you please guide me if there is another way of running this command.
# 9  
Old 10-03-2012
The trap is from a process signal. Hitting the return key with an empty line does not generate a process therefore no signal is generated. So every command executed at the prompt should return a signal and the trap command will execute.
# 10  
Old 10-03-2012
Thank you for explaining the trap.

But I am not achieving my goal to get current time in prompt using:

Code:
trap 'PS1="$(date ) > "' 47

Please suggest.
# 11  
Old 10-03-2012
try:
Code:
trap 'PS1="$(date ) > "' SIGCHLD

# 12  
Old 10-03-2012
Quote:
Originally Posted by rdrtx1
try:
Code:
trap 'PS1="$(date ) > "' SIGCHLD

Executed this as well but no luck.
Code:
$ trap 'PS1="$(date ) > "' SIGCHLD
$

# 13  
Old 10-03-2012
Defined signals on bash (gnu/linux) are:
Code:
EXIT
SIGHUP
SIGINT
SIGQUIT
SIGILL
SIGTRAP
SIGABRT
SIGBUS
SIGFPE
SIGKILL
SIGUSR1
SIGSEGV
SIGUSR2
SIGPIPE
SIGALRM
SIGTERM
SIGSTKFLT
SIGCHLD
SIGCONT
SIGSTOP
SIGURG
SIGXCPU
SIGXFSZ
SIGVTALRM
SIGPROF
SIGWINCH
SIGIO
SIGPWR
SIGSYS
32
33
SIGRTMIN
SIGRTMIN+1
SIGRTMIN+2
SIGRTMIN+3
SIGRTMIN+4
SIGRTMIN+5
SIGRTMIN+6
SIGRTMIN+7
SIGRTMIN+8
SIGRTMIN+9
SIGRTMIN+10
SIGRTMIN+11
SIGRTMIN+12
SIGRTMIN+13
SIGRTMIN+14
SIGRTMIN+15
SIGRTMAX-14
SIGRTMAX-13
SIGRTMAX-12
SIGRTMAX-11
SIGRTMAX-10
SIGRTMAX-9
SIGRTMAX-8
SIGRTMAX-7
SIGRTMAX-6
SIGRTMAX-5
SIGRTMAX-4
SIGRTMAX-3
SIGRTMAX-2
SIGRTMAX-1
SIGRTMAX

HP-UX ksh does not have all of there defined but one of the should work on your system.
# 14  
Old 10-03-2012
I executed all the above provided options but none gave me desired output:

Code:
$ trap 'PS1="$(date ) > "' EXIT
$ trap 'PS1="$(date ) > "' SIGHUP
$ trap 'PS1="$(date ) > "' SIGINT
$ trap 'PS1="$(date ) > "' SIGQUIT
$ trap 'PS1="$(date ) > "' SIGILL
$ trap 'PS1="$(date ) > "' SIGTRAP
$ trap 'PS1="$(date ) > "' SIGABRT
$ trap 'PS1="$(date ) > "' SIGBUS
$ trap 'PS1="$(date ) > "' SIGFPE
$ trap 'PS1="$(date ) > "' SIGKILL
$ trap 'PS1="$(date ) > "' SIGUSR1
$ trap 'PS1="$(date ) > "' SIGSEGV
$ trap 'PS1="$(date ) > "' SIGUSR2
$ trap 'PS1="$(date ) > "' SIGPIPE
$ trap 'PS1="$(date ) > "' SIGALRM
$ trap 'PS1="$(date ) > "' SIGTERM
$ trap 'PS1="$(date ) > "' SIGSTKFLT
$ trap 'PS1="$(date ) > "' SIGCHLD
$ trap 'PS1="$(date ) > "' SIGCONT
$ trap 'PS1="$(date ) > "' SIGSTOP
$ trap 'PS1="$(date ) > "' SIGURG
$ trap 'PS1="$(date ) > "' SIGXCPU
$ trap 'PS1="$(date ) > "' SIGXFSZ
$ trap 'PS1="$(date ) > "' SIGVTALRM
$ trap 'PS1="$(date ) > "' SIGPROF
$ trap 'PS1="$(date ) > "' SIGWINCH
$ trap 'PS1="$(date ) > "' SIGIO
$ trap 'PS1="$(date ) > "' SIGPWR
$ trap 'PS1="$(date ) > "' SIGSYS
$ trap 'PS1="$(date ) > "' 32
$ trap 'PS1="$(date ) > "' 33
$ trap 'PS1="$(date ) > "' SIGRTMIN
$ trap 'PS1="$(date ) > "' SIGRTMIN+1
$ trap 'PS1="$(date ) > "' SIGRTMIN+2
$ trap 'PS1="$(date ) > "' SIGRTMIN+3
$ trap 'PS1="$(date ) > "' SIGRTMIN+4
$ trap 'PS1="$(date ) > "' SIGRTMIN+5
$ trap 'PS1="$(date ) > "' SIGRTMIN+6
$ trap 'PS1="$(date ) > "' SIGRTMIN+7
$ trap 'PS1="$(date ) > "' SIGRTMIN+8
$ trap 'PS1="$(date ) > "' SIGRTMIN+9
$ trap 'PS1="$(date ) > "' SIGRTMIN+10
$ trap 'PS1="$(date ) > "' SIGRTMIN+11
$ trap 'PS1="$(date ) > "' SIGRTMIN+12
$ trap 'PS1="$(date ) > "' SIGRTMIN+13
$ trap 'PS1="$(date ) > "' SIGRTMIN+14
$ trap 'PS1="$(date ) > "' SIGRTMIN+15
$ trap 'PS1="$(date ) > "' SIGRTMAX-14
$ trap 'PS1="$(date ) > "' SIGRTMAX-13
$ trap 'PS1="$(date ) > "' SIGRTMAX-12
$ trap 'PS1="$(date ) > "' SIGRTMAX-11
$ trap 'PS1="$(date ) > "' SIGRTMAX-10
$ trap 'PS1="$(date ) > "' SIGRTMAX-9
$ trap 'PS1="$(date ) > "' SIGRTMAX-8
$ trap 'PS1="$(date ) > "' SIGRTMAX-7
$ trap 'PS1="$(date ) > "' SIGRTMAX-6
$ trap 'PS1="$(date ) > "' SIGRTMAX-5
$ trap 'PS1="$(date ) > "' SIGRTMAX-4
$ trap 'PS1="$(date ) > "' SIGRTMAX-3
$ trap 'PS1="$(date ) > "' SIGRTMAX-2
$ trap 'PS1="$(date ) > "' SIGRTMAX-1
$ trap 'PS1="$(date ) > "' SIGRTMAX
$

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Prompt path display issue

I use the following command to print the current directory above the command prompt set prompt="`exec pwd`\n$USER@`hostname -s` %B: % > " The output is something like this <current path> $USER@hostname > But when I try to CD to any other directory and press the return key, the... (6 Replies)
Discussion started by: aelhosiny
6 Replies

2. Shell Programming and Scripting

Convert UTC time into current UNIX sever time zone

Hi guys thanks for the help for my previous posts.Now i have a requirement that i download a XMl file which has UTC time stamp.I need to convert UTC time into Unix server timezone. For ex if the time zone of unix server is CDT then i need to convert into CDT.whatever may be the system time... (5 Replies)
Discussion started by: mohanalakshmi
5 Replies

3. Shell Programming and Scripting

Displaying current date time of EDT in IST time

Hi Folks, My server time is in EDT. And i am sending automated mails from that server in which i need to display the current date time as per IST (GMT+5:30). Please advice how to display the date time as per IST. IST time leads 9:30 mins to EDT. and i wrote something like below. ... (6 Replies)
Discussion started by: Showdown
6 Replies

4. HP-UX

Unable to Set Prompt to current working DIR

HPUX does not recognise \h,\w,\u to display the hostname,working directory and username respectively. So how do i set the PS1 variable to display my current working Directory as my prompt? I also tried PS1=$PWD, But it keeps showing the same directory path as prompt which PWD was holding at... (3 Replies)
Discussion started by: Amit Kulkarni
3 Replies

5. UNIX for Dummies Questions & Answers

Displaying the current working directory in prompt

Hi, I want that the prompt that is being displayed (i.e $ sign) should display always the current directory I am working in instead of that $ sign example: as we use PS1=patric and the prompt changes from $ to patric OR if we write the command PS1=`pwd` it will display the current... (5 Replies)
Discussion started by: premjotsingh
5 Replies

6. Shell Programming and Scripting

Current working directory in prompt

Can someone tell me how do i set my current working directory in my prompt? Note: I dont want to use env variable PWD and using `pwd` gives me only my home directoy. suggest a different way ? I use /bin/sh thanks!! (3 Replies)
Discussion started by: yesmani
3 Replies

7. Shell Programming and Scripting

Help setting PS1 prompt to include current time

Hi, I'm using the ksh shell and I'd like to set my PS1 prompt on an AIX system to include, amongst ther things, the current time. This was my best effort: export PS1=$(date -u +%R)'${ME}:${PWD}# ' but this only sets the time to the value when PS1 is defined and the time value doesn't... (4 Replies)
Discussion started by: m223464
4 Replies

8. UNIX for Dummies Questions & Answers

Getting current work directory in Command Prompt

How to get the current working directory as part of the command prompt? Every time I chage the folder, my command prompt path shoud change. I am using Korn Shell. Any help is greatly appreciated. (3 Replies)
Discussion started by: MeganP
3 Replies

9. Solaris

no boot prompt display

just put blank harddisk in my ultra10. i see no display to show me the boot> prompt. i don't know what happened....?? Got a third party graphic card. Display was ok. Monitor seems to be ok. i used different one with same result. (1 Reply)
Discussion started by: S26+
1 Replies

10. Shell Programming and Scripting

current directory as part of the csh prompt

I would like my csh prompt to behave like the linux csh prompt setting done by linux command (set prompt="%n@%m %c]$ ") how do I do that? What I'm trying to do is that I would like to see what directory I'm in by looking at the prompt. I've figured out that %n is like $user, and %m is like... (3 Replies)
Discussion started by: jamesloh
3 Replies
Login or Register to Ask a Question