The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Help with text manipulation
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Help with text manipulation
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-07-2009
ldapswandog
Registered User
Join Date: Feb 2009
Location: Charlotte, NC
Posts: 101
use utility 'dos2unix' it will remove the control characters
dos2unix file
for many files combine with the 'find' command
find . -type f -exec dos2unix {} \;
ldapswandog
View Public Profile
Find all posts by ldapswandog
Find ldapswandog's past nominations received
Find ldapswandog's present nominations given