Get/find-question in script
From: brian welsh (brianwelsh3_at_HOTMAIL.COM)
Date: 12/29/03
- Previous message: Abdellah Djebli: "question about CPU Wait%"
- Next in thread: Jan-Frode Myklebust: "Re: Get/find-question in script"
- Reply: Jan-Frode Myklebust: "Re: Get/find-question in script"
- Maybe reply: Wood, Paul: "Re: Get/find-question in script"
- Maybe reply: Bill Thompson: "Re: Get/find-question in script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Dec 2003 20:29:37 +0100 To: aix-l@Princeton.EDU
Hello,
If I give the next command, I receive the following output:
$ lscfg -vl rmt1
rmt1 U0.1-P2-I2/Q1-W3000000089756EC4-L1100000000000 IBM 3590
Tape Drive and Medium Changer (FCP)
Manufacturer................IBM
Machine Type and Model......03590H1A
Serial Number...............000000097418
Device Specific.(FW)........F29C
Loadable Microcode Level....A0B00E26
If I run the following command, I receive the following output:
$ lscfg -vl rmt1 | grep Serial
Serial Number...............000000057149
Now I only need the Serial Number, the digits, not the text 'Serial Number'
and the dots, so only 000000097418
If I run the following command, I receive the following output:
$ lscfg -vl rmt1 | grep Serial | awk '{print $2}'
Number...............000000057149
Can anyone give me a hint which command to use if I only want to have:
000000097418
or
97418
Thanx in advance...
Brian
_________________________________________________________________
MSN Zoeken helpt je om de gekste dingen te vinden! http://search.msn.nl
- Previous message: Abdellah Djebli: "question about CPU Wait%"
- Next in thread: Jan-Frode Myklebust: "Re: Get/find-question in script"
- Reply: Jan-Frode Myklebust: "Re: Get/find-question in script"
- Maybe reply: Wood, Paul: "Re: Get/find-question in script"
- Maybe reply: Bill Thompson: "Re: Get/find-question in script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]