<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Wed, 20 Oct 2004 04:43:59 -0000</lastBuildDate><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767068</link><description>This solved it for me thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Newbie</dc:creator><pubDate>Wed, 20 Oct 2004 04:43:59 -0000</pubDate></item><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767067</link><description>you should use the following:&lt;br&gt;stty erase ^?&lt;br&gt;&lt;br&gt;the ^H version is also correct but it works on a different term/keyboard setup.&lt;br&gt;&lt;br&gt;=angelko</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">angelko</dc:creator><pubDate>Mon, 11 Oct 2004 11:05:58 -0000</pubDate></item><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767066</link><description>i tried this from # prompt, but its in vein. error: "H: not found". i entered it exactly as you mentioned.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">its me</dc:creator><pubDate>Tue, 28 Sep 2004 03:23:34 -0000</pubDate></item><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767065</link><description>the solution worked. Here it little more clarification on how to set it in .profile. first at the $ prompt type stty erase BACKSPACE, then copy this line and add it to the .profile. Directly typing BACKSPACE in the .profile is not working.&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;siva</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">siva</dc:creator><pubDate>Tue, 29 Jun 2004 19:21:57 -0000</pubDate></item><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767064</link><description>The trick in describing this is that what you see is not what you type.  Frequently, editors interpret the backspace (CTRL-H) key as a backspace, even if the shell doesn't.  So when you edit the file, you need to escape the control character.  If the code is copied and pasted, the literal characters "^" and "H" will be pasted, and this is certainly not what is needed.  In an editor, the literal characters ^H and the ^H representing a backspace look the same (although the literal characters are two characters while the backspace ^H is treated as one character while moving the cursor around).&lt;br&gt;&lt;br&gt;There are two ways I know of to do this.  If you preceed a control character with CTRL-V, the control character will be escaped.  For example, pressing CTRL-V and then BACKSPACE will yield a ^H on the screen which represents a CTRL-H.  The backslash character () will also escape a control character, so you can type BACKSPACE and you'll also see ^H.  &lt;br&gt;&lt;br&gt;Let us know if this doesn't help.&lt;br&gt;Quinn</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qmchenry</dc:creator><pubDate>Wed, 11 Feb 2004 10:22:24 -0000</pubDate></item><item><title>Re: Use BackSpace Key to Erase characters instead of Delete Key | Solaris system administration | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/164/use-backspace-key-to-erase-characters-instead-of-delete-key/#comment-2767063</link><description>I tried this on my Sun Solaris box after I put stty erase ^H in the .profile I then save the .profile and logout then log back in and I see this -sh: H: not found  and I still get ^H when I try to back-space.  Can anyone help.&lt;br&gt;thanks,&lt;br&gt;Michael Hobson&lt;br&gt;&lt;a href="mailto:michael.hobson@its.state.ms.us" rel="nofollow"&gt;michael.hobson@its.state.ms.us&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mhobbs13</dc:creator><pubDate>Wed, 11 Feb 2004 07:14:23 -0000</pubDate></item></channel></rss>