Sponsored Content
Full Discussion: set prompt in sh
Top Forums UNIX for Dummies Questions & Answers set prompt in sh Post 33027 by yls177 on Friday 13th of December 2002 01:18:16 AM
Old 12-13-2002
set prompt in sh

hi, this < setprompt 'set prompt="[`hostname`:$cwd]# "' > is set in C shell. what is the equivalent in sh?
thanks
yls177
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

kill, set prompt

ok, there is a way to nicely kill a suspended job and to terminate another without using the mass -KILL command. also, how can I set my prompt temporarly without using the .bash_profile that uses the PS1. Thanks:) (1 Reply)
Discussion started by: bitwize
1 Replies

2. UNIX for Advanced & Expert Users

"Set prompt"

Hi Currently amending my bash profiles, there is a command that makes my session jump into another location. I just wonder if I could pre-define my prompt to begin with "cd " from this location (in order to navigate further into sub-directories). Is there any way of doing that? An important thing... (0 Replies)
Discussion started by: Indalecio
0 Replies

3. UNIX for Dummies Questions & Answers

Set prompt, problems and tricks

I'm using a csh shell (or, that'd be my guess from the .cshrc file I see) and I'm looking to change my prompt. There are about 10 other threads, I know, but this question is a little more specific. I want to know, is there a way to list the current directory from a certain level or directory... (6 Replies)
Discussion started by: HybridLogic
6 Replies

4. Shell Programming and Scripting

set timeout for ssh prompt

Hi all, I want to set a timeout say 10 sec to shh prompt i.e. if no password is enetered for 10 sec prompt should again come to shell. How can this be achieved ?? I am using Linux RHEL 5 and Solaris 10. Pls help. Thanks in adv. VIKAS (3 Replies)
Discussion started by: vikas027
3 Replies

5. Shell Programming and Scripting

CWD in prompt only showing the directory when set

Hi Gurus, I am working in tcsh and i set the prompt with this. set prompt = "$cwd>" But I see teh prompt only gets reflected with the directory where I set the prompt. After i cd to another directory it still shows the old directory. Please advise (1 Reply)
Discussion started by: kinny
1 Replies

6. Shell Programming and Scripting

tcsh/csh: set prompt in production to color red

Hi folks This is our prompt at the moment oracle@pinkipinki:/opt/oracle> grep 'set prompt' .cshrc set prompt = "$user@`uname -n`:$cwd> " We wish to have in production the same prompt, but red. Howto do that? I tried a lot a internet manuals, but it doesn't work. (1 Reply)
Discussion started by: slashdotweenie
1 Replies

7. UNIX for Dummies Questions & Answers

set prompt = pwd

Assume that you want to set your prompt to display the current working directory followed by a percent symbol and then a space. The command pwd can be used to display this information, so explain why the following command does not have the expected result: set prompt=" `pwd`'%' " Its a... (7 Replies)
Discussion started by: Blockshelf
7 Replies

8. 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

9. UNIX for Dummies Questions & Answers

How to Change the % prompt to - prompt in UNIX?

how to Change the % prompt to - prompt in unix :wall: ---------- Post updated at 07:40 AM ---------- Previous update was at 07:38 AM ---------- How To display the last modification time of any file in unix ---------- Post updated at 07:40 AM ---------- Previous update was at 07:40 AM... (2 Replies)
Discussion started by: manjiri sawant
2 Replies

10. Solaris

Unable to move from rsc prompt to ok prompt

Hi, on sunfire v890 unable to move from rsc prompt to ok prompt, i have executed the command break. (9 Replies)
Discussion started by: manoj.solaris
9 Replies
shl(1)							      General Commands Manual							    shl(1)

NAME
shl - shell layer manager SYNOPSIS
DESCRIPTION
provides a means for interacting with more than one shell from a single terminal by using shell layers. A layer is a shell that is bound to a virtual device. The virtual device can be manipulated like an actual terminal by using and (see stty(1) and ioctl(2)). Each layer has its own process group ID. The user controls these layers by using the commands described below. The current layer is the layer that can receive input from the keyboard. Other layers attempting to read from the keyboard are blocked. Output from multiple layers is multiplexed onto the terminal. To block the output of a layer when it is not current, the option can be set within the layer. The character (set to if NUL) is used to switch control to from a layer. has its own prompt, to distinguish it from a layer. Definitions A is a sequence of characters delimited by a space, tab, or new-line character. Only the first eight characters are significant. When provided as an argument to the or commands, name cannot be of the form n or where n is a decimal number. Commands The following commands can be issued from the prompt level. Any unique prefix is accepted. Create a layer called name and make it the current layer. If no argument is given, a layer is created with a name of the form where n is the num- ber of the next available slot in an internal table. Future references to this layer can be made with or without the paren- theses. If name is followed by a command, that command is executed in the layer instead of a shell. If is the first argu- ment, a ``login shell'' is created in the layer. The shell prompt variable is set to the name of the layer followed by a space. Rename the layer oldname, calling it newname. If oldname is not specified, the current layer name is changed. Invoke a sub-shell and execute command. If no command is given, a shell is executed according to the environment variable. For each name, block the output of the corresponding layer when it is not the current layer. This is equivalent to setting the option within the layer. For each name, delete the corresponding layer. All processes in the process group of the layer are sent the signal (see signal(5)). Print the syntax of the commands. For each name, list the layer name and its process group. The option produces a ps(1)-like listing. If no arguments are given, information is presented for all existing layers. Change the status of the layer referred to by name to that of current layer. If no argument is given, the last existing current layer is changed. Change the status of the previous current layer to that of current layer. For each name, do not block the output of the corresponding layer when it is not the current layer. This is equivalent to setting the option within the layer. Exit All layers are sent the signal. name Change the status of the layer referred to by name to that of current layer. Any unique prefix is accepted. WARNINGS
Commands The behavior of the and commands is not guaranteed when the SHELL environment variable is set to (for csh(1)) or (for ksh(1)), or when the shell saves and restores the tty state (defined in termio(7)) before and after each command is invoked interactively from that shell. For both and the or options of can be used from within the layer to block or unblock the output of that layer. Ptydaemon For to function properly, the process must be running on the system. If your system has been installed with the Desktop HP-UX product, then will not be started by default. In order to start this daemon, change from a "0" to a "1" in the file. The system must either be rebooted for this change to take effect, or you can manually start this daemon by typing : Note that will also be disabled if the DesktopConfig.LITECONFIG fileset has been installed on the system, or if the system administrator has previously run the utility and selected the from within any of screens. does not support long user and group names on the current release, HP-UX 11i V3. FILES
Variable containing path name of the shell to use (default is SEE ALSO
sh(1), stty(1), ioctl(2), signal(5). STANDARDS CONFORMANCE
shl(1)
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy