comparison paste/paste.29936 @ 0:e037173e0012

Initial import.
author HackBot
date Thu, 16 Feb 2012 19:42:32 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e037173e0012
1 usage: tree [-adfghilnpqrstuvxACDFNS] [-H baseHREF] [-T title ] [-L level [-R]]
2 [-P pattern] [-I pattern] [-o filename] [--version] [--help] [--inodes]
3 [--device] [--noreport] [--nolinks] [--dirsfirst] [--charset charset]
4 [--filelimit #] [<directory list>]
5 -a All files are listed.
6 -d List directories only.
7 -l Follow symbolic links like directories.
8 -f Print the full path prefix for each file.
9 -i Don't print indentation lines.
10 -q Print non-printable characters as '?'.
11 -N Print non-printable characters as is.
12 -p Print the protections for each file.
13 -u Displays file owner or UID number.
14 -g Displays file group owner or GID number.
15 -s Print the size in bytes of each file.
16 -h Print the size in a more human readable way.
17 -D Print the date of last modification.
18 -F Appends '/', '=', '*', or '|' as per ls -F.
19 -v Sort files alphanumerically by version.
20 -r Sort files in reverse alphanumeric order.
21 -t Sort files by last modification time.
22 -x Stay on current filesystem only.
23 -L level Descend only level directories deep.
24 -A Print ANSI lines graphic indentation lines.
25 -S Print with ASCII graphics indentation lines.
26 -n Turn colorization off always (-C overrides).
27 -C Turn colorization on always.
28 -P pattern List only those files that match the pattern given.
29 -I pattern Do not list files that match the given pattern.
30 -H baseHREF Prints out HTML format with baseHREF as top directory.
31 -T string Replace the default HTML title and H1 header with string.
32 -R Rerun tree when max dir level reached.
33 -o file Output to file instead of stdout.
34 --inodes Print inode number of each file.
35 --device Print device ID number to which each file belongs.
36 --noreport Turn off file/directory count at end of tree listing.
37 --nolinks Turn off hyperlinks in HTML output.
38 --dirsfirst List directories before files.
39 --charset X Use charset X for HTML and indentation line output.
40 --filelimit # Do not descend dirs with more than # files in them.