GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
th_print_long_ls(3) C Library Calls th_print_long_ls(3)

th_print, th_print_long_ls - print out information about a tar file header

#include <libtar.h>

void th_print_long_ls(TAR *t);

void th_print(TAR *t);

This man page documents version 1.2 of libtar.

The th_print_long_ls() function prints a line to stdout which describes the file pointed to by the current file header associated with the TAR handle t. The output is similar to that of "ls -l".

The th_print() function prints the value of each field of the current file header associated with the TAR handle t to stdout. This is mainly used for debugging purposes.

tar_open(3), th_read(3)
Jan 2001 University of Illinois

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.