Sponsored Content
Top Forums UNIX for Dummies Questions & Answers training unix set up for a p.c. Post 302149891 by fpmurphy on Saturday 8th of December 2007 04:52:55 PM
Old 12-08-2007
Dave Korns' UWIN is also a good choice for Windows XP systems

Code:
http://www.research.att.com/sw/tools/uwin/

 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Fundamentals - Training

Does anyone know of some companies in the United States, preferably close to Utah that teach a crash course like for a week on UNIX fundamentals? I have looked everywhere on the net for such places, but have yet to find such a company. Thank you in advance. (1 Reply)
Discussion started by: quintak
1 Replies

2. UNIX for Dummies Questions & Answers

UNIX Training

Hello all, I am probably the newest newb in here and would really appreciate some (as much as possible) help on learning UNIX. If anyone is familiar with any non boot camp schools in the NY area, preferrably instructor-led, please refer me to a link or list them in a reply. Also, any information on... (10 Replies)
Discussion started by: syrixx
10 Replies

3. UNIX for Dummies Questions & Answers

Unix training Video's

Hello any body knows a website that can Purchase and download Video training for unix ?? (1 Reply)
Discussion started by: wickedsoul
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX Training?

At work I have to restart applications and install upgrades to applications running on Solaris 10. Its pretty basic stuff but I have little experience of Unix so it can be a bit hairy at times. Work have offered to send me on some training but I have to select the course/training. I'm not... (2 Replies)
Discussion started by: Sepia
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Training-where, when etc.

I'm being asked to go and take a training course in Advanced Unix and Perl. The main reason is the amount of information needed to get up to speed a short period of time, which is what we're limited on. Travel is fine. Can anyone suggest a good resource for researching the where and when for... (1 Reply)
Discussion started by: gavineq
1 Replies

6. UNIX for Dummies Questions & Answers

UNIX/solaris training

I am new to UNIX and somewhat familiar with Solaris. Can you suggest any good (simple English) books that can help me with understanding and learning UNIX? (1 Reply)
Discussion started by: iamnew2solaris
1 Replies

7. UNIX for Dummies Questions & Answers

Basic UNIX Training

I'm wondering where a good place to start is for basic UNIX training. Due to a shift of responsibilities at work, I am now the admin for a product called AutoSys. I have close to zero knowledge in the subject area. :wall: (3 Replies)
Discussion started by: Cjw_55106
3 Replies

8. Shell Programming and Scripting

Unix online training

Hi, I am very new to unix shell scripting.I want to learn shell scripting to a moderate level. could any one of you suggest me who can give an online training on unix shell scripting . I am opting for online training as I am working in day hours . If any experts here are giving any online... (2 Replies)
Discussion started by: prabhu_kumar
2 Replies
MM2GV(1)						      General Commands Manual							  MM2GV(1)

NAME
mm2gv - Matrix Market-DOT converters SYNOPSIS
mm2gv [ -cluv? ] [ -ooutfile ] [ file ] DESCRIPTION
mm2gv converts a sparse matrix of the Matrix Market format to a graph in the GV (formerly DOT) format. OPTIONS
The following options are supported: -c This flag causes mm2gv to assign colors to the edges. The matrix element is scaled to the range [0,1] depending on where it lies between the minimum and maximum set matrix values. This scaled value is used as the "wt" attribute of the corresponding edge. In addition, this scalar value is mapped to an RGB value, which is stored as the edge "color". -l If set, mm2gv attaches a label to the graph indicating the base name of the input file, and the number of nodes and edges. -u If specified, the graph is assumed to be undirected. By default, the graph generated is directed. -v This flag causes mm2gv to store the matrix values as the "len" attribute of the corresponding edge. -ooutfile Prints output to the file outfile. If not given, mm2gv uses stdout. OPERANDS The following operand is supported: file Name of the file in MatrixMarket format. If no file operand is specified, the standard input will be used. RETURN CODES
Return 0 if there were no problems during conversion; and non-zero if any error occurred. AUTHORS
Yifan Hu <yifanhu@research.att.com> Emden R. Gansner <erg@research.att.com> ADDITIONAL INFO
See http://math.nist.gov/MatrixMarket/ for description of the format and http://www.cise.ufl.edu/research/sparse/matrices/ for a large col- lection of sparse matrices in this format. 31 July 2008 MM2GV(1)
All times are GMT -4. The time now is 06:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy