The UNIX and Linux Forums  

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


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

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sed-Special character replacement usshell Shell Programming and Scripting 3 05-22-2008 07:06 AM
convert special character like £ cynnie Shell Programming and Scripting 1 08-08-2007 03:37 AM
Special character in my file Ryan2786 UNIX for Dummies Questions & Answers 3 07-05-2007 08:35 PM
separate information with a space character remid1985 UNIX for Dummies Questions & Answers 2 10-31-2006 03:36 AM
special character ? mile1982 High Level Programming 1 10-19-2004 05:15 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 05-25-2008
Registered User
 

Join Date: Mar 2005
Posts: 20
Separate special character fields

Hi,

I have a file with User ID and User Name. Sometimes the file has speical characters in the USer ID and it creates problems.

I want to allow all those fields to be processed which have only numbers and characters.

I do NOT want to process those fields with Speical Characters.


How to search and filter?

Appreciate your help.

Regards
Reply With Quote
Forum Sponsor
  #2  
Old 05-25-2008
Smiling Dragon's Avatar
Disorganised User
 
Join Date: Nov 2007
Location: New Zealand
Posts: 734
Pseudo-code:
Code:
for field in (all fields)
do
  if echo $field | grep[list of ok characters]
  then
    process_the_field
  fi
done
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 08:00 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0