Sponsored Content
Top Forums UNIX for Advanced & Expert Users limit to number of files in a given directory Post 47251 by Optimus_P on Thursday 5th of February 2004 03:07:50 PM
Old 02-05-2004
you can have as many files on a fs as there are alocated inods.
more or less when you run out of useable space.

dont forget you can also add space to the VG. but you can only have so many PP per VG.

just remember each file takes up a BLOCK of space. (typicaly 512 bytes)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

printing number of files ONLY in ~ directory

Could someone help me please. I'm trying to write a shell script that prints the number of files I have in my home directory. Files only though, directories not included. I was thinking about using a pipe that includes wc but I don't know any commands that isolate the number of files you have in... (4 Replies)
Discussion started by: fasdafdsf
4 Replies

2. Shell Programming and Scripting

Number of files in a particular directory

Hi, I am new to unix shell scripting.I am using Korn shell. I need to find if there are any files in a particular directory.first I need to find the number of files in the directory.If the file count is greater than 0 then I have to print the file names in a textfile and send an email to the... (5 Replies)
Discussion started by: dbplatha
5 Replies

3. UNIX for Dummies Questions & Answers

Number of files in a directory

I have a directory which has lots of directories and files in it. I want to determine the total number of files in the top level directory (inclduing the files in sub-dirs) Is there a unix command of that ?/ Thanks !!! (3 Replies)
Discussion started by: tantric
3 Replies

4. Shell Programming and Scripting

Number of files per directory

Hi Guys, I am trying to display the total number of files within a directory (including sub dirs): i.e. solaris> du -sh * | sort +0rn 1009K cron 940K lib 849K svc 489K cacao 261K opt 212K preserve 167K dt But instead of the size I would like the number of files... (9 Replies)
Discussion started by: flexinfo
9 Replies

5. UNIX Desktop Questions & Answers

limit number of sub-dirs searched for files

using: find . -type f -print|xargs -li "string", how do I limit the dated directories (2010-7-14, 2010-7-13,etc.) to just 2009 & 2010 years of directories to search. We go back to 2004 in our archives, way too many files. (3 Replies)
Discussion started by: MJThom713
3 Replies

6. UNIX for Dummies Questions & Answers

Count number of files in directory excluding existing files

Hi, Please let me know how to find out number of files in a directory excluding existing files..The existing file format will be unknown..each time.. Thanks (3 Replies)
Discussion started by: ammu
3 Replies

7. UNIX for Dummies Questions & Answers

Limit Number of files

hi guys how can i limit number of files in a disk or partition ? or how can i make a limit to inode number for a disk or partition ? ext3 or ext4 file system (1 Reply)
Discussion started by: mhs
1 Replies

8. Shell Programming and Scripting

How to count number of files in directory and write to new file with number of files and their name?

Hi! I just want to count number of files in a directory, and write to new text file, with number of files and their name output should look like this,, assume that below one is a new file created by script Number of files in directory = 25 1. a.txt 2. abc.txt 3. asd.dat... (20 Replies)
Discussion started by: Akshay Hegde
20 Replies

9. Red Hat

Is there limit on number of ACLs' per directory in Redhat

I work on a distribution application on Linux which generates bulk reference data extract feeds and stores them on a Linux server. I have several consumer applications access the files stored on this Linux server using FTPS protocol. However in order for consumer applications to have access to... (2 Replies)
Discussion started by: waavman
2 Replies

10. UNIX for Beginners Questions & Answers

Limit number of files transferred

I've a folder in remote server and it has 50 files. I like to transfer these files by first 10 and next 10 files. I'm using mget command to transfer the files. How to limit the file transfer limit to 10. instead of copying 50 files at a time. Thanks Janarthan (5 Replies)
Discussion started by: Janarthan
5 Replies
plot(5) 							File Formats Manual							   plot(5)

Name
       plot - graphics interface

Description
       Files in this format are produced by the routines described in and are interpreted for various devices by commands described in

       A  graphics  file  is a stream of plotting instructions.  Each instruction consists of an ASCII letter, usually followed by bytes of binary
       information, executed in order.	A point is designated by 4 bytes representing the x and y values and each value is a signed integer.   The
       last designated point in an or instruction becomes the current point for the next instruction.

       In the following descriptions, the name of the corresponding routine in is enclosed in parenthesis:

	  a (arc)     The  first  4 bytes are the center, the next 4 provide the starting point, and the last 4 bytes designate the end point of a
		      circular arc.  The least significant coordinate of the end point is used only to determine the quadrant.	The arc  is  drawn
		      counter-clockwise.

	  c (circle)  The first 4 bytes provide the center of the circle and the next 2 bytes designate the radius.

	  e (erase)   Start another frame of output.

	  f (linemod) Take  the  following  string, up to a new line, as the style for drawing further lines.  The styles are dotted, solid, long-
		      dashed, shortdashed, and dotdashed.  This is only effective in the following plots: 4014, ver, lvp16, and hp7475a.

	  l (line)    Draw a line from the point designated by the next 4 bytes to the point provided by the following 4 bytes.

	  m (move)    The next 4 bytes provide a new current point.

	  n (cont)    Draw a line from the current point to the point designated by the next 4 bytes. For further information, see

	  p (point)   Plot the point provided by the next 4 bytes.

	  s (space)   The next 4 bytes give the lower left corner of the plotting area.  The following 4 bytes give the upper right  corner.   The
		      plot is magnified or reduced to fit the device as closely as possible.

		      Space  settings  that  fill the plotting area with unity scaling are listed below for devices supported by the filters of In
		      each of the following cases, the plotting area is assumed square; points outside the square can be displayed on devices that
		      have areas which are not square:

			 4014	   space(0, 0, 3120, 3120);
			 ver	   space(0, 0, 2048, 2048);
			 300, 300s space(0, 0, 4096, 4096);
			 450	   space(0, 0, 4096, 4096);
			 aed	   space(0, 0, 511, 482)
			 bitgraph  space(0, 0, 768, 1024)
			 dumb	   space(0, 0, 132, 90)
			 gigi	   space(0, 0, 767, 479)
			 grn	   space(0, 0, 512, 512)
			 hp7221    space(0, 0, 1800, 1800)
			 lvp16	   space(0, 0, 10365, 7962)  (Paper Size: MET A)
				   space(0, 0, 16640, 10365) (Paper Size: MET B)
				   space(0, 0, 11040, 7721)  (Paper Size: US A4)
				   space(0, 0, 16150, 11040) (Paper Size: US A3)
				   space(0, 0, 7721, 7721)   (Default)
			 hp7475a   Same as for lvp16.

	  t (label)   Place  the first character of the following ASCII string on the current point.  This string is terminated by a newline char-
		      acter.

See Also
       graph(1g), plot(1g), plot(3x)

																	   plot(5)
All times are GMT -4. The time now is 12:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy