![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. Shell Script Page. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Specifying font type and color in a shell script | Vani_Govind | Shell Programming and Scripting | 4 | 03-13-2008 02:42 AM |
| how to view symbol table in unix | saravanan_nitt | High Level Programming | 1 | 02-13-2008 09:02 PM |
| Registered Symbol in Korn Shell script | jacki | Shell Programming and Scripting | 1 | 07-09-2007 03:35 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-11-2006 11:27 PM |
| @ symbol at UNIX prompt | san | HP-UX | 1 | 12-19-2005 08:42 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to type the Omega symbol Ω in unix shell script
Hi,
I have a data file delimited by Ω symbol, I would like to use this in grep and cut command. but How to type this Omega symbol. Thanks Murugesan |
| Forum Sponsor | ||
|
|
|
|||
|
It depends entirely on what character set it's in. Are you using Unicode or some legacy encoding? In any event, there is no firm standard for how to enter extended symbols; find a program which allows you to pick it from a menu, or simply copy-paste it from here.
If you know the raw character code, any decent editor will probably offer an input method for entering the character code in hex or something. The fact that you were able to enter that character here would indicate that you already have some way of typing this character. The Unicode code point for Omega is U+03A9; there is also a separate "ohm symbol" at U+2126 |
|||
| Google UNIX.COM |