Search Results

Search: Posts Made By: katlan
13,072
Posted By katlan
Another
Hi,

grep "^${companyHdrRecord}" inputfile| while read line
do
#Operations
echo $line
done
17,946
Posted By katlan
Re:
Hi,

${string%substring}

Delete the match more longest than find from substr into string. This match goes from begin of the string to the end.

In your case, i think, it find in the...
12,531
Posted By katlan
CPU utilization: In my case, we have 4 for...
CPU utilization:

In my case, we have 4 for cpus, i take total line and idle field
$ top -n 1
16:44:03 up 24 days, 20:09, 6 users, load average: 1.08, 1.02, 1.01
441 processes: 439 sleeping,...
12,531
Posted By katlan
I'm not sure if you want this
Get only / with df -k

[XXXXXX@XXXX Temporal]$ df -k | grep "/$"
/dev/cciss/c0d0p7 1004024 310028 642992 33% /
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy