The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Please help: Build a sed command and execute it in a script
.
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
:
Please help: Build a sed command and execute it in a script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
07-18-2008
zaxxon
Moderator
Join Date: Sep 2007
Location: Germany
Posts: 2,289
It will not be executed without backticks or simple brackets. Chechk the underlined backticks below.
Code:
sedcmd =
`
sed
-n '/08465696_1215781522540/,/70225547_1215781581748/p'
`
zaxxon
View Public Profile
Find all posts by zaxxon
Find zaxxon's past nominations received
Find zaxxon's present nominations given