The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
what is wrong with this tr -d?
.
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
:
what is wrong with this tr -d?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-05-2008
reborg
Administrator
Join Date: Mar 2005
Location: Ireland
Posts: 4,245
You have misunderstood the use of tr, which will interpret the laetters as a list oc characters to delete. If I have understood what you want correctly, replacing the tr with this should work:
Code:
sed
's/emacs//'
reborg
View Public Profile
Find all posts by reborg
Find reborg's past nominations received
Find reborg's present nominations given