The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-02-2009
Ramesh_srk Ramesh_srk is offline
Registered User
  
 

Join Date: Jun 2009
Location: Chennai,India
Posts: 20
Try this in perl,
Code:
qx/printf $arr_Ent_NameId | sed 's/ /,/g'/;

Last edited by Yogesh Sawant; 07-05-2009 at 09:54 AM.. Reason: added code tags