when i start putty on a server i get the promp like below:
hpbl802!benjaminb:~ [22]>
How can i change this prompt to
benjamin:~ [22]>
when i start putty on a server i get the promp like below:
hpbl802!benjaminb:~ [22]>
How can i change this prompt to
benjamin:~ [22]>
It s not Putty, it s your shell that gives you the prompt. If you are using bash, try:
PS1= benjamin:w [!]>
export PS1
If that works, you can add the two lines to your $HOME/.bashrc
on the server.
More information on bash prompts.
If your shell is not bash, you need to tell us what shell it is. The easiest way is to type a non-existent command on the command-line:
$ 42
-bash: 42: command not found
The above tells me that my shell is bash.
I need to create a simple fixed width text file in KornShell (ksh). My current attempt using printf to pad the string isn t working out very well. What s the shortest, cleanest way to create a fixed ...
how to use the find command to find files/directories which are not matching the pattern. for eg: find <some options > -name "dontfile.txt" should give me output of all the find whose file ...
I need to put the contents of all *.as files in some specified folder into one big file. How can I do it in Linux shell?
How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks
The == operator is used to compare two strings in shell script. However, I want to compare two strings ignoring case, how can it be done? Is there any standard command for this?
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...
Whenever I start a shell in vim using :sh, it doesn t source my ~/.bashrc file. How can I get it to do this automatically?
在Windows XP中,没有一时出现指挥时,是否有办法操作一种灰色文字? 我常常需要把“善待”(工作)与“灰色”同起来,即使我的文字没有产出,......