th_print(3) centos man page | unix.com

Man Page: th_print

Operating Environment: centos

Section: 3

th_print_long_ls(3)						  C Library Calls					       th_print_long_ls(3)

NAME
th_print, th_print_long_ls - print out information about a tar file header
SYNOPSIS
#include <libtar.h> void th_print_long_ls(TAR *t); void th_print(TAR *t);
VERSION
This man page documents version 1.2 of libtar.
DESCRIPTION
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.
SEE ALSO
tar_open(3), th_read(3) University of Illinois Jan 2001 th_print_long_ls(3)
Related Man Pages
th_get_pathname(3) - centos
th_get_mtime(3) - centos
th_get_uid(3) - centos
th_get_linkname(3) - centos
th_isblk(3) - centos
Similar Topics in the Unix Linux Community
Picking problem with printers
Help with print out all relevant record if match particular pattern
Excel table like output with printf
Help with print out line that have different record in specific column
Align with printf or other method