Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Delete the file which crossed 2GB Post 302856581 by Rahulne25 on Tuesday 24th of September 2013 08:48:18 AM
Old 09-24-2013
nop its is not working with -size option...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File size exceeding 2GB

I am working on HP-Unix. I have a 600 MB file in compressed form. During decompression, when file size reaches 2GB, decompression aborts. What should be done? (3 Replies)
Discussion started by: Nadeem Mistry
3 Replies

2. Programming

C++ Problem, managing >2Gb file

My C++ program returns 'Disk Full' Message when I tried to manage a file larger than 2Gb. the process is very simple: based on a TXT file, the process combine the information generating another temporary file (generating the error) to fillup a database. My FS, during the process, reaches 40%...... (4 Replies)
Discussion started by: ASOliveira
4 Replies

3. Shell Programming and Scripting

efficiently split a 2GB text file into two

Can an expert kindly write an efficient Linux ksh script that will split a large 2 GB text file into two? Here is a couple of sample record from that text file: "field1","field2","field3",11,22,33,44 "TG","field2b","field3b",1,2,3,4 The above rows are delimited by commas. This script is to... (2 Replies)
Discussion started by: ihot
2 Replies

4. UNIX for Dummies Questions & Answers

How to find filesystems crossed 90% capacity

Hi experts, How do i find which are the filesystems which has crossed 90% capacity in solaris box. thanks Shaan:) (4 Replies)
Discussion started by: shaan_dmp
4 Replies

5. UNIX for Dummies Questions & Answers

MAX file size limited to 2GB

Hi All, We are running HP rp7400 box with hpux 11iv1. Recently, we changed 3 kernel parameters a) msgseg from 32560 to 32767 b) msgmnb from 65536 to 65535 c) msgssz from 128 to 256 Then we noticed that all application debug file size increase upto 2GB then it stops. So far we did not... (1 Reply)
Discussion started by: mhbd
1 Replies

6. AIX

Creating > 2GB file

I am trying to execute a database dump to a file, but can't seem to get around the 2GB file size. I have tried setting the user limit to -1, but no luck. (4 Replies)
Discussion started by: markper
4 Replies

7. Programming

Can't create file bigger than 2GB with my application

Hi, I've created a simple application that is supposed to fill up a file with messages up to the size I pass as parameter. The problem is that once the file reaches the 2GB size, it stops growing. The flow of the application, for what is worth, is as follows: while ( bytes written <... (7 Replies)
Discussion started by: emitrax
7 Replies

8. Linux

unzipping file > 2gb

I am not able to unzip file greater then 2gb, Any suggestions how to do that in linux? Regards, Manoj (5 Replies)
Discussion started by: manoj.solaris
5 Replies

9. UNIX for Advanced & Expert Users

How to create a file more than 2GB

Hi, I am executing a SQL query and the output is more than 2GB. Hence the process is failing. How can I have a file created more than 2GB ? Thanks, Risshanth (1 Reply)
Discussion started by: risshanth
1 Replies

10. HP-UX

2GB file size limit

Greetings, I'm attempting to dump a filesystem from a RHEL5 Linux server to a VXFS filesystem on an HP-UX server. The VXFS filesystem is large file enabled and I've confirmed that I can copy/scp a file >2GB to the filesystem. # fsadm -F vxfs /os_dumps largefiles # mkfs -F vxfs -m... (12 Replies)
Discussion started by: bkimura
12 Replies
clm(1)								  USER COMMANDS 							    clm(1)

  NAME
      clm - perform various computations on graphs and clusterings

  SYNOPSIS
	 clm <mode> [mode-options] [mode-files]

  DESCRIPTION
      clm implements a variety of computations on graphs and clusterings. The first argument to clm should be a mode, which is a string establish-
      ing the type of computation to invoke. Each mode mode is described in the clmmode manual page. The currently available modes are	clm  dist,
      clm info, clm meet, clm mate, clm close, clm order, clm imac, clm vol, and clm residue.  The dist mode is thus described in the clmdist man-
      ual page.

      Invoking clm without arguments causes it to print out a list of available modes with a  short  description  of  the  type  of  command  line
      expected by that mode.

      Invoking	clm  with just a mode will print out a longer listing of options available for that particular mode.  Modes that are able to func-
      tion normally without arguments can be invoked by adding the --nop argument.

      Several options are shared between all clm modes. Note that these options are specified after the mode. See OPTIONS.

      The --version option causes clm to print out version and license information.

      Issuing clm help mode will cause clm to look for a manual page describing mode and display it if found. This requires that the MANPATH envi-
      ronment  variable  contains the directory in which the MCL-edge manual pages were installed. This will usually be PREFIX/share, where PREFIX
      is the path with which the software was configured.

  OPTIONS
      These are options that pertain to all modes. They should be specified after the mode argument.

      -h (synopsis)
      --help (synopsis)
	List available options.

      --nop (no-op)
	Not an option. This option has no effect then to increment the argument count. This can be useful for clm modes which are able to function
	without  any  options.	Such  a mode typically reads from STDIN, writes to STDOUT, and uses default settings. However, simply specifying a
	mode without options leads clm to output a list of available options for that mode. This can be averted by using the --nop option.

      -set key=val (set key-value pair)
	Sets the key key to value val in the environment.  Some modes allow adjustment of settings in this manner.

      -debug <int> (set debug level/flags)
      --debug (turn default debugging on)
      --test (turn default testing on)
	The first two turn on debugging, the last is for testing. The effect of these options is otherwise undocumented.

      --progress (enable progress reporting)
	This will enable some kind of progress reporting, by writing to STDERR.

  AUTHOR
      Stijn van Dongen.

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

  clm 12-068							      8 Mar 2012							      clm(1)
All times are GMT -4. The time now is 12:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy