The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
sed -i '7 c\$variable' file ....(?!@#$%^&*!)
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
sed -i '7 c\$variable' file ....(?!@#$%^&*!)
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-13-2009
devtakh
Registered User
Join Date: Oct 2007
Location: Bangalore
Posts: 598
Code:
sed
"N c $variable" FILE
devtakh
View Public Profile
Find all posts by devtakh