|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all, What is the maximum number of sed squeezing in one shell?? I've surprised with this message when I squeezed 50 sed in the same shell: Code:
253: Identifier too long - maximum length is 18. This is what I've did in my sed query Code:
| sed -e "s/ 0 /Default /" | sed -e "s/ 1 /Co-workers_Employee /" | sed -e "s/ 2 /Internet /" etc...... and 50 another sed How can I solve this problem |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Are you using informix? since that is where that message appears to be from.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Quote:
I'm using Informix database under HP-Unix, but when I ignore using 'sed' I have no problem with this query, and also when I use 'sed' 5 times its bring the data with replacing the number normally. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ls - maximum number of files | karnan | UNIX for Dummies Questions & Answers | 6 | 10-15-2008 05:56 PM |
| maximum number of arguments | matrixmadhan | UNIX for Dummies Questions & Answers | 9 | 10-15-2008 05:03 PM |
| Maximum Number of threads suuported???? | Agnello | Solaris | 1 | 06-14-2006 02:15 PM |
| Maximum number of threads per user | s_aamir | UNIX for Advanced & Expert Users | 1 | 05-23-2002 10:29 AM |
|
|