Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers


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 !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 06-11-2012
Registered User
 
Join Date: Jun 2012
Location: Austin, TX
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
Data Maximum number of sed squeezing

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  
Old 06-11-2012
Scrutinizer's Avatar
Moderator
 
Join Date: Nov 2008
Location: Amsterdam
Posts: 7,812
Thanks: 148
Thanked 1,772 Times in 1,609 Posts
Are you using informix? since that is where that message appears to be from.
Sponsored Links
    #3  
Old 06-11-2012
Registered User
 
Join Date: Jun 2012
Location: Austin, TX
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Scrutinizer View Post
Are you using informix? since that is where that message appears to be from.
Exactly!!!

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
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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



All times are GMT -4. The time now is 02:28 AM.