Sponsored Content
Top Forums UNIX for Dummies Questions & Answers [Solved] Calculation on sun again Post 302734747 by jlliagre on Thursday 22nd of November 2012 03:30:12 PM
Old 11-22-2012
Modify lines 11 and 12 like this:
Code:
  11  SIZE_VORHER_RSI=`grep ^rsi /rsi/logs/csc_summary_size_check.log | tail -2 | cut -d";" -f4 | cut -b1-4 | head -1`
  12  SIZE_VORHER_SCR=`grep ^scr /rsi/logs/csc_summary_size_check.log | tail -2 | cut -d";" -f4 | cut -b1-4 | head -1`

I would use awk but without knowing what is in your log files, it's hard to suggest anything.
This User Gave Thanks to jlliagre For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help: Sun Disk partitioning for Sun V240 & StorEdge 3300

Dear Sun gurus, I have Sun Fire V240 server with its StorEdge 3300 disk-array. Following are its disks appeared in format command. I have prepared its partitions thru format and metainit & metattach (may be i have made wrong steps, causing the errors below because I have done thru some document... (1 Reply)
Discussion started by: shafeeq
1 Replies

2. UNIX for Dummies Questions & Answers

Sun Solaris 10: How do I create a bootup disc? The Sun website confuses me

Hey there, I am starting a Computer Science Foundation year at the end of this month and am trying to get a little bit ahead of the game. I have always wanted to learn Unix and am currently struggling with creating a boot disc to run Solaris (I have chosen to study this) from as opposed to... (0 Replies)
Discussion started by: Jupiter
0 Replies

3. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

4. Shell Programming and Scripting

[solved] merging two files and writing to another file- solved

i have two files as file1: 1 2 3 file2: a b c and the output should be: file3: 1~a 2~b 3~c (1 Reply)
Discussion started by: mlpathir
1 Replies

5. Emergency UNIX and Linux Support

[Solved] DCMU (disk control and monitor utility) sun fire

Hi , during 2 weeks i´ve been trying to find them. i need DCMU packets for managing internal disks on sun fire x4500 and sun fire x4600 on rhel. i have opened to tickets to myoraclesupport but no answer. please anybody could tell me a link or anythiing?? i´ve been searching and searching... (1 Reply)
Discussion started by: pabloli150
1 Replies

6. UNIX for Dummies Questions & Answers

[Solved] How to calculate in sun bash

I have two problems, and it would be great if someone could help me: The first line does not calculate. I have checked the origin term to calculate the variables and the result is OK. Normal substactions with $xx -100 work, but not in this constallation. I tried it with "| bc" and no result... (2 Replies)
Discussion started by: Pieter0815
2 Replies

7. Hardware

[solved] Sun Netra X1 - Adding a Second Hard Drive

As the title suggests, I'm trying to install a second drive (really want an OS mirror) on a Sun Netra X1. I've taken the spacer out, and had a go at with the drill-press so now I have a nice HDD tray. Have installed an IDE drive in the tray, plugged in the power and data cables that were... (0 Replies)
Discussion started by: Smiling Dragon
0 Replies
CCZE(1) 							       CCZE								   CCZE(1)

NAME
ccze - A robust log colorizer SYNOPSIS
ccze [options] <logfile DESCRIPTION
This manual page documents briefly the ccze utility, which is a drop-in replacement for colorize, but written in C, to be faster and less resource-hungry. The goal was to be fully backwards compatible, yet superior with respect to speed and features. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -a, --argument PLUGIN=ARGUMENTS Use this option to pass ARGUMENTS to the specified PLUGIN. The argument list is whitespace separated. -A, --raw-ansi If one wants to enable raw ANSI color sequences instead of using curses, this option does just that. -c, --color KEY=COLOR Set the color of the keyword KEY to COLOR, like one would do in one of the configuration files. -C, --convert-date Convert unix timestamp to readable date format (in oops and squid logs, for example). -F, --rcfile rcfile Read rcfile as a configuration file upon startup, instead of the default ones. -h, --html Instead of colorising the input onto the console, output it in HTML format instead. -l, --list-plugins List all available (loaded) plugins, along with their type and a short description. -m, --mode mode Change the output mode. Available modes are curses, ansi and html. -o, --options OPTIONS... CCZE is able to toggle some of its features with this option. You can toggle the scroll, wordcolor, lookups, and transparent fea- tures, or you can fiddle with cssfile. All of these are enabled by default, except cssfile. One can turn them off by prefixing the option with a "no". With scroll, one can enable or disable scrolling. If the output is not redirected, it is wise to leave it enabled. The wordcolor option makes ccze search for different keywords in unparsed input, and color those too. Since it is quite fast, and makes the output look better, it is recommended to leave this enabled. However, lookups is an option that might be better to disable. When on, ccze will try to look up usernames, service names, and lots of other stuff, which will slow down coloring a great deal. If one is piping a long log through ccze, this option might be turned off to speed up the process. With the transparent option, one can make CCZE treat black background colors as transparent - that means, a black background will appear transparent in a similar X terminal. If turned off, it will appear as black. If cssfile is set, then CCZE will not inline the Cascading Style Sheet information into the outputted HTML, but include a link to the external stylesheet given in this parameter. -p, --plugin PLUGIN While the default action is to load all plugins (see the Plugins section below), when this option is present, only the specified plugins will be loaded. If one knows what kind of log will be piped through ccze, using this option may result in a slight speedup. -r, --remove-facility Syslog-ng puts the facility level before log messages. With this switch, these can be cut off. --help Show summary of options and exit. -V, --version Show version of program. PLUGINS
Different programs have different kind of logs, and every kind of log ccze supports is implemented via a plug-in. They are by default located under /usr/lib/ccze and $HOME/.ccze (so they can be overridden by the user easily). At the moment, the following modules are bundled with the official release: apm For coloring apmd's logs. distcc For coloring distccd's logs. (See distccd(1)) exim For coloring exim's main.log. (See exim(8)) fetchmail For coloring fetchmail's log files. (See fetchmail(1)) ftpstats For coloring ftpStats compatible log files, such as Pure-FTPD's Stats log format. httpd For coloring apache-style access.log and error.log files. (See apache(8)) As a side-effect, all compatible formats, like pure-ftpd(8)'s common-log format is also supported by this plugin. icecast For coloring icecast/icecast.log and icecast/usage.log files. (See icecast(8)) oops For coloring oops/oops.log files. php For coloring php.log files. postfix For coloring postfix logs. (See postfix(1)) procmail For coloring procmail's log file. (See procmail(1)) proftpd For coloring proftpd's access.log and auth.log files. (See proftpd(8)) squid For coloring squid's access.log, store.log and cache.log files. (See squid(8)) sulog For coloring sulog files. (See su(1)) super For coloring super.log files. (See super(1)) syslog For coloring generic syslog messages. (See syslogd(8)) ulogd For coloring ulogd logs. vsftpd For coloring vsftpd.log files. (See vsftpd(8)) xferlog For coloring xferlog files. (See xferlog(5)) FILES
/etc/colorizerc, $HOME/.colorizerc These files are the default configuration files for colorize, and are parsed by ccze for the sake of full compatibility. /etc/cczerc, $HOME/.cczerc This two are the main configuration files, in which one can change the colors used by the program to his liking. See the comments in the beginning of /etc/cczerc for a description on the files' structure. If neither of these files exist on your system, consider using the ccze-dump utility in the source tree, which dumps the default color set to standard output. SEE ALSO
colorize(1) AUTHOR
ccze was written by Gergely Nagy <algernon@bonehunter.rulez.org>, based on colorize by Istvan Karaszi <colorize@spam.raszi.hu>. CCZE 0.2.1 2003-04-24 CCZE(1)
All times are GMT -4. The time now is 11:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy