tree.cxx File Reference
This file implementa a program, tree, that prints directory listings to stdout based on command line options. Its output is intended to draw a picture of the directory structure, not just list the names. Line drawing characters are used to describe the selected directory structures.
More...
#include <cxxtls/file.h>
#include <iostream>
#include <iomanip>
#include <cxxtls/options.h>
#include <set>
#include <fnmatch.h>
Go to the source code of this file.
Detailed Description
This file implementa a program, tree, that prints directory listings to stdout based on command line options. Its output is intended to draw a picture of the directory structure, not just list the names. Line drawing characters are used to describe the selected directory structures.
Definition in file tree.cxx.
Typedef Documentation
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char ** |
environ | |
|
) |
| | |
void print_children |
( |
Tree const * |
p, |
|
|
string |
prefix | |
|
) |
| | |
Variable Documentation