Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-03-2005, 02:09 PM
|
#1
|
|
Member
Registered: Feb 2004
Location: Douala-Cameroun
Distribution: RedHAt 9 ES
Posts: 85
Rep:
|
Special characters
Hi,
How can I program characters like ESCAPE, CTL- , ALT+, in a shell script.
Thans for help
|
|
|
|
08-03-2005, 03:28 PM
|
#2
|
|
Senior Member
Registered: May 2005
Location: boston, usa
Distribution: fc-12/ fc-11-live-usb/ aix
Posts: 2,663
|
this might help:
schneidz@lq> echo 55"\012" 6
55
6
schneidz@lq> echo 55"\010" 6
5 6
"\012" is the octal for line feed. and "\010" is the octal for backspace.
good luck,
|
|
|
|
08-03-2005, 05:36 PM
|
#3
|
|
Member
Registered: Feb 2005
Location: Sunnyvale, CA
Distribution: Ubuntu
Posts: 205
Rep:
|
Hi,
If you are using the vi (vim) editor, you can hit "control-v" followed by the character you want while in insert mode. "Control-v" instructs vi to take the next character literally. So for an escape you would type control-v and press the esc key, for CTL+ you would hit control-v and then press control-+, etc.
|
|
|
|
08-07-2005, 05:53 AM
|
#4
|
|
Member
Registered: May 2005
Posts: 378
Rep:
|
Quote:
Originally posted by schneidz
this might help:
schneidz@lq> echo 55"\012" 6
55
6
schneidz@lq> echo 55"\010" 6
5 6
"\012" is the octal for line feed. and "\010" is the octal for backspace.
good luck,
|
You'll probably need the -e flag to echo if you want these to work in modern Linux.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:07 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|