Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

num not identified when using sed

Original Message
Name: Najib (by Nael_Najib)
Date: March 24, 2006 at 22:29:36 Pacific
Subject: num not identified when using sed
OS: Solaris
CPU/Ram: 8gb
Model/Manufacturer: Sun
Comment:
num variable is not getting identified in the below script correctly and so it throws me this error ( sed: command garbled: $num p
No message !?! )


#!/bin/ksh
ps -e | grep 'oracle' | nawk '{print $1, $3}' > /check/oracle.log
sed -e 's/\:[0-9][0-9]//g' /check/oracle.log | nawk 'BEGIN { OFS = "\t" }; {print $1, $2}' > /check/oracle1.log
wc -l /check/oracle1.log | nawk '{print $1}' > /check/count.log
COUNT=`cat /check/count.log`
$1}' > /dev/null`
CHK=`cat /check/oracle2.log | nawk '{print $2}'`
num=1
while (( num <= $COUNT ))
do
sed -n -e '$num p' /check/oracle1.log > /check/oracle2.log
if [ $CHK >= 300 ]
then
cat /check/oracle2.log | nawk '{print $1}' | mailx user@domain.com
#else
#exit 1
fi
(( num = num + 1 ))
done
print "Done."


Can anyone help me out with this, please?


Aladimi


Report Offensive Message For Removal


Response Number 1
Name: lchi2000g
Date: April 28, 2006 at 11:24:41 Pacific
Subject: num not identified when using sed
Reply: (edit)
replace: (single quotes)

sed -n -e '$num p' /check/oracle1.log > /check/oracle2.log

with: (double quotes)

sed -n -e "$num p" /check/oracle1.log > /check/oracle2.log


Luke Chi


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: num not identified when using sed

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




DSHUB24 Connection Problems

need help with dsl and dial up

novel 3.12

help mandriva install last straw!

Icon Scaling in Explorer Bar


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC