Sponsored Content
Full Discussion: "tar" Check sum error
Operating Systems AIX "tar" Check sum error Post 302082096 by balaa on Monday 31st of July 2006 08:37:50 AM
Old 07-31-2006
tar -xvf is the one i used

tar -xvf clm.tar US020.clm.bz2 is the command i used.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

check input = "empty" and "numeric"

Hi how to check input is "empty" and "numeric" in ksh? e.g: ./myscript.ksh k output show: invalid number input ./myscript.ksh output show: no input ./myscript.ksh 10 output show: input is numeric (6 Replies)
Discussion started by: geoffry
6 Replies

2. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

3. HP-UX

ERROR: more than one instance of overloaded function "vprintf" has "C" linkage

Hi people! I've got this own library: -------------------------------------------- Personal.h -------------------------------------------- #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> #include <string.h> ... (0 Replies)
Discussion started by: donatoll
0 Replies

4. Shell Programming and Scripting

"sed" to check file size & echo " " to destination file

Hi, I've modified the syslogd source to include a thread that will keep track of a timer(or a timer thread). My intention is to check the file size of /var/log/messages in every one minute & if the size is more than 128KB, do a echo " " > /var/log/messages, so that the file size will be set... (7 Replies)
Discussion started by: jockey007
7 Replies

5. Solaris

How to check "faulty" or "stalled" print queues - SAP systems?

Hi all, First off, sorry for a long post but I think I have no other option if I need to explain properly what I need help for. I need some advise on how best to check for "faulty" or "stalled/jammed' print queues. At the moment, I have three (3) application servers which also acts as print... (0 Replies)
Discussion started by: newbie_01
0 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

8. Ubuntu

What is solution for this error "tar: Exiting with failure status due to previous errors"?

Does anyone know what is solution for this error ?tar: Exiting with failure status due to previous errors from last 3 days I am trying to take backup of home/user directory getting again and again same error please anyone give me solution (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

9. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

10. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
clm info(1)							  USER COMMANDS 						       clm info(1)

  NAME
      clm info - compute performance measures for graphs and clusterings.

      clminfo  is not in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode info.
      The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.

  SYNOPSIS
      clm info [options] <graph file> <cluster file> <cluster file>*

      clm info [-o fname (write to file fname)] [-pi f (apply inflation beforehand)] [-tf spec (apply tf-spec to input	matrix)]  [-cl-tree  fname
      (expect  file with nested clusterings)] [-cl-ceil <num> (skip clusters of size exceeding <num>)] [-cat-max num (do at most num tree levels)]
      [--node-self-measures (dump measure for native cluster)] [--node-all-measures (dump measure for  incident  cluster)]  [-h  (print  synopsis,
      exit)] [--apropos (print synopsis, exit)] [--version (print version, exit)] <matrix file> <cluster file> <cluster file>*

  DESCRIPTION
      clm  info  computes several numbers indicative for the efficiency with with a clustering captures the edge mass of a given graph.  Use it in
      conjunction with clm dist to determine which clusterings you accept. See the EXAMPLES section in clm dist for an example of clm dist and clm
      info (and clm meet) usage.  Output can be generated for multiple clusterings at the same time.

      The  efficiency  factor  is  described in [1] (see the REFERENCES section). It tries to balance the dual aims of capturing a lot of edges or
      edge weights and keeping the cluster footprint or area fraction small. The efficiency number has several appealing mathematical  properties,
      cf. [1]. It is related to, but not derivable from, the second and third numbers, the mass fraction and the area fraction.

      The mass fraction is defined as follows.	Let e be an edge of the graph. The clustering captures e if the two nodes associated with e are in
      the same cluster.  Now the mass fraction is the joint weight of all captured edges divided by the joint weight of all  edges  in	the  input
      graph.

      The  area  fraction  is roughly the sum of the squares of all cluster sizes for all clusters in the clustering, divided by the square of the
      number of nodes in the graph. It says roughly, because the actual formula uses the quantity N*(N-1) wherever it says square (of N) above.  A
      low/high area fraction indicates a fine-grained/coarse clustering.

  OPTIONS
      -o fname (output file name)

      -pi f (apply inflation beforehand)
	Apply inflation to the graph matrix and compute the performance measures for the result.

      -tf <tf-spec> (transform input matrix values)
	shared_defopt{-tf}

      -cl-tree fname (expect file with nested clusterings (cone format))
      -cl-ceil <num> (skip (nested) clusters of size exceeding <num>)
	The  specified	file  should contain a hierarchy of nested clusterings such as generated by mclcm. The output is then in a special format,
	undocumented but easy to understand.  Its purpose is to help cherrypick a single clustering from a tree, in conjunction with the  slightly
	experimental and undocumented program mlmfifofum.

	The  measure that is used is very slow to compute for large clusters, and generally it will be outside any interesting range (i.e. it will
	be small).  Use -cl-ceil to skip clusters exceeding the specified size - clm info will directly proceed to subclusters if they exist.

      -cat-max num (do at most num levels)
	This only has effect when used with -cl-tree.  clm info will start at the most fine-grained level, working upwards.

      --node-all-measures (dump node-wise criteria for all incident clusters)
      --node-self-measures (dump node-wise criteria for native cluster)
	These options return a key-value based format, with the meaning of the keys as follows.

	nm    file name (redundant unless multiple cluster files are provided)
	ni    node index
	ci    cluster index
	nn    number of neighbours of this node (constant for a give node)
	nc    cluster size (constant for a given cluster)
	ef    efficiency for this node/cluster combination
	em    max-efficiency for this node/cluster combination
	mf    mass fraction: percentage of edge weights for this node in this cluster
	ma    total mass of edge weights for this node in this cluster
	xn    number of neighbours of the node that are not in the cluster
	xc    number of nodes in the cluster that are not a neighbour of the node
	ns    number of neighbours of the node that are also in this cluster
	ti    the maximum of the edge weights for neighbours of this node that are in this cluster
	to    the maximum of the edge weights for neighbours of this node that are NOT in this cluster
	al    (alien) 1 if the node is not native to the cluster, 0 if the node is native

  AUTHOR
      Stijn van Dongen.

  SEE ALSO
      mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.

  REFERENCES
      [1] Stijn van Dongen. Performance criteria for graph clustering  and  Markov  cluster  experiments.  Technical  Report  INS-R0012,  National
      Research Institute for Mathematics and Computer Science in the Netherlands, Amsterdam, May 2000.
      http://www.cwi.nl/ftp/CWIreports/INS/INS-R0012.ps.Z

  clm info 12-068						      8 Mar 2012							 clm info(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