Unix.LargeFile man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

Unix.LargeFile(3)		 OCaml library		     Unix.LargeFile(3)

NAME
       Unix.LargeFile - File operations on large files.

Module
       Module	Unix.LargeFile

Documentation
       Module LargeFile
	: sig end

       File  operations on large files.	 This sub-module provides 64-bit vari‐
       ants of the functions Unix.lseek (for positioning a  file  descriptor),
       Unix.truncate and Unix.ftruncate (for changing the size of a file), and
       Unix.stat , Unix.lstat and Unix.fstat  (for  obtaining  information  on
       files).	 These	alternate  functions  represent positions and sizes by
       64-bit integers (type int64 ) instead of regular integers (type int  ),
       thus allowing operating on files whose sizes are greater than max_int .

       val lseek : Unix.file_descr -> int64 -> Unix.seek_command -> int64

       val truncate : string -> int64 -> unit

       val ftruncate : Unix.file_descr -> int64 -> unit

       type stats = {
	st_dev : int ;	(* Device number *)
	st_ino : int ;	(* Inode number *)
	st_kind : Unix.file_kind ;  (* Kind of the file *)
	st_perm : Unix.file_perm ;  (* Access rights *)
	st_nlink : int ;  (* Number of links *)
	st_uid : int ;	(* User id of the owner *)
	st_gid : int ;	(* Group ID of the file's group *)
	st_rdev : int ;	 (* Device minor number *)
	st_size : int64 ;  (* Size in bytes *)
	st_atime : float ;  (* Last access time *)
	st_mtime : float ;  (* Last modification time *)
	st_ctime : float ;  (* Last status change time *)
	}

       val stat : string -> stats

       val lstat : string -> stats

       val fstat : Unix.file_descr -> stats

OCamldoc			  2013-10-24		     Unix.LargeFile(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net