annotate paste/paste.29936 @ 12246:f3be034784d0 draft

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