The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
append a string to a grep result
.
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
:
append a string to a grep result
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
03-19-2008
melanie_pfefer
Registered User
Join Date: Nov 2006
Posts: 234
append a string to a grep result
hello,
iostat -En | grep Vendor | grep -v DV | awk '{print $1 $2}' | sort -u
returns
Vendor:HP
I want to append Disk to it. i.e.:
Disk Vendor:HP
how to do that?
thanks
melanie_pfefer
View Public Profile
Find all posts by melanie_pfefer
Find melanie_pfefer's past nominations received
Find melanie_pfefer's present nominations given