The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
replace a string
.
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
:
replace a string
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
01-17-2008
Tytalus
echo {1..9}^2\;|bc
Join Date: Jun 2003
Location: Scotland
Posts: 431
bit clunky but:
Code:
sed
"s_=/.*/sybase_=/`hostname`/sybase_" file
should work
Tytalus
View Public Profile
Find all posts by Tytalus
Find Tytalus's past nominations received
Find Tytalus's present nominations given