Sponsored Content
Top Forums Shell Programming and Scripting Parse Log & Create Flow Diagram - Ideas/Tools Post 302584438 by ennstate on Friday 23rd of December 2011 08:29:31 AM
Old 12-23-2011
Thanks for the pointing me to the right direction,

Now I am exploring the option of using UMLGraph, which is text based, also uses Graphviz & Gnuplot.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Parse value from multiple row to create the path

Hi all, Hope all the expert can help me in this situation. Let say I have one file with multiple record like below: NAME=FRAGMENT LANGUAGE=1 DIALECT=0 GENDER=NONE FILE=TEST1 DIRECTORY=D:/DETAILS/1/0/test1.txt END NAME=FRAGMENT LANGUAGE=1 DIALECT=0 GENDER=NONE (13 Replies)
Discussion started by: shirleyeow
13 Replies

2. Shell Programming and Scripting

Help to create a script to parse log files

Hello everybody, I need some help here to create a script to parse a log file. Here is a sample of the log file : 0x42258940 (Debug) Cache SUMMARY attrs now/668 min/668 max/668. 0x42258940 (Debug) RSVD SUMMARY reserved space max requested/128 MB accounted now/0 MB 0x42258940 (Debug)... (12 Replies)
Discussion started by: Samb95
12 Replies

3. Shell Programming and Scripting

Parse a File ColumnWise & Delete the Rows

Hi , I have a CSV file that has around 50K records in it. I have to delete all the duplicate rows from the file except one, depending upon data in column4. Lets say there are 3 rows for 'column4data' in the file. I have to retain only that line which has the smallest date value in column2.... (3 Replies)
Discussion started by: Sheel
3 Replies

4. Shell Programming and Scripting

Need to count files & create log of that.

Hi Friends, I need some help. First look at my files hierchachy /<level-1>/<level-2>/<level-3>/*.tif eg. : /2010-07-01/AFFIDAVIT-OF-SERVICE---FOR-SC/001/Babylon2_20100701012049_1278004849.49892_000.tif... (2 Replies)
Discussion started by: paragnehete
2 Replies

5. Shell Programming and Scripting

Epoch & Unix Timestamp Conversion Tools

Hi All, Please read the below data carefully. I need an unix command for converting unix timestamp to Epoch timestamp. I need to daily convert this today's unix(UTC) time to epoch time, so i am thinking to make a shellscript for this. Please help me for this by providing... (3 Replies)
Discussion started by: aish11
3 Replies

6. Linux

Parse ; deliminated variable to create variables

Hi there, would appreciate some help on this parsing problem if anybody can help im trying to parse a variable with the following output, each of the values im trying to parse are deliminated by a ; T192... (8 Replies)
Discussion started by: scottish_jason
8 Replies

7. Shell Programming and Scripting

Completed: Domain name tools. Generator & Checker

I'm fairly new to bash scripts, and all things unix in general. But I was in desperate need of this script, so I took matters into my own hands and built it! The first script uses a password generator that creates 4 letter domain names and outputs only the ones that are available. Currently its... (0 Replies)
Discussion started by: Files
0 Replies

8. Shell Programming and Scripting

Learning project ideas - shell, python, UNIX tools, system administration

Hi guys, I am currently working as a system administration engineer, administering telecom applications on linux/unix platforms. I want to learn new things and improve the ones that i have and for this i though to really work on some project or something but i lack of ideas. I want to be... (2 Replies)
Discussion started by: capitanui
2 Replies

9. Solaris

Where can I get Sun Ultra 20 tools & drivers when Oracle abandoned them?

I'm in a desperate pursuit for Tools and Drivers CD for the six of my Ultra 20 M2 workstations - some of them have latest BIOS, some of them don't. Oracle doesn't support them anymore - I even bought myself a CSI to get to support, but still no luck - and it seems the ISOs are nowhere to be found... (2 Replies)
Discussion started by: casial
2 Replies

10. Shell Programming and Scripting

awk Parse And Create Multiple Files Based on Field Value

Hello: I am working parsing a large input file which will be broken down into multiples based on the second field in the file, in this case: STORE. The idea is to create each file with the corresponding store number, for example: Report_$STORENUM_$DATETIMESTAMP , and obtaining the... (7 Replies)
Discussion started by: ec012
7 Replies
TDFD(1) 						      General Commands Manual							   TDFD(1)

NAME
tdfd - Tool for Data Flow Diagrams SYNOPSIS
tdfd [options] [diagram] DESCRIPTION
tdfd is an X11/Motif based graphical editor for drawing data flow diagrams. Diagrams can be loaded from and stored to a file. It can print diagrams to a PostScript printer or save as PostScript to a file. tdfd is part of The Toolkit for Conceptual Modeling (TCM). ARGUMENTS
You can call tdfd with a single diagram name as argument. If this argument is an existing file then tdfd tries to load a diagram from it. If it does not exist, a new diagram is created with the argument as diagram name. tdfd files should have suffix '*.dfd'. Without a diagram argument, tdfd creates a new empty data flow diagram with the name 'untitled.dfd'. In addition to the standard X11 toolkit options (see X11(7)) tdfd accepts the options listed below: -drawing widthxheight Create a drawing area of width pixels wide and height pixels high. -help Write all available options to standard output and quit. -maxdrawing widthxheight The drawing area can not be larger than width pixels wide and height pixels high. -priv_cmap Start the editor with a private colormap. -projdir directory Set the project directory (current working directory) to directory. -toEPS [file.eps] Generate EPS (to file.eps or stdout when no file name was given) and quit. -toFig [file.fig] [-latex] Generate Fig format (to file.fig or stdout when no file name was given and quit. When the -latex option is given, LaTeX fonts are generated, otherwise normal PostScript fonts are generated. The Fig format can be read by xfig(1) and fig2dev(1). -toPNG file.png Generate PNG format to file.png and quit. -toPS [file.ps] Generate PostScript (to file.ps or stdout when no file name was given) and quit. -version Write the TCM version to standard output and quit. ENVIRONMENT
The TCM_HOME environment variable should be the directory where the TCM files are installed. PATH Should include $TCM_HOME/bin MANPATH Should include $TCM_HOME/man PRINTER Name of the default printer that is used by tdfd. LD_LIBRARY_PATH Should include $TCM_HOME/lib when the distribution contains shared object libraries in $TCM_HOME/lib. FILES
The following relative files are relative to $TCM_HOME. bin/tdfd the data flow diagram editor. bin/psf a program to filter PostScript output. lib/banner.ps PostScript banner page that can be used when the printer does not print a banner page. lib/help/* The help directory contains a collection of text files for the on-line help. lib/TCM X Resources (the same as the ones that are built-in). You can customize the fonts and colors by setting resources in your X defaults database. Each string of the form ``TCM.resource:definition'' sets a resource. /tmp/tcmXXXXXX Pseudo random temporary file, for PostScript output. lib/tcm.conf TCM editor configuration file. This file contains values for some of the editor defaults like the page size, the default fonts etc. This file is read by each editor upon startup. $HOME/.tcmrc Each user of TCM can override some of the options of tcm.conf by its own configuration file, installed in $HOME/.tcmrc. SEE ALSO
Frank Dehne, Roel Wieringa and Henk van de Zandschulp -- TCM (Toolkit for Conceptual Modeling), User's Guide and Reference. This document is available as PostScript and HTML in $TCM_HOME/doc or as HTML via the URL http://www.cs.utwente.nl/~tcm/tcm-usersguide.html. tcm(1), X11(7), xfig(1), fig2dev(1) AUTHOR
Frank Dehne (frank@cs.vu.nl). BUGS
Please send bug reports to tcm@cs.utwente.nl. 9 January 2000 TDFD(1)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy