Thamed-Chowdhury
commited on
Commit
•
d700747
1
Parent(s):
24fd8a9
Thamed-Chowdhury/BUET-NLP-finetuned
Browse files- .initial-system-state.tar +3 -0
- .vscode-settings-ready +0 -0
- README.md +54 -0
- cmd_history.none +2 -0
- config.json +36 -0
- generation_config.json +10 -0
- model.safetensors +3 -0
- runs/Nov01_02-39-06_ip-10-192-12-48/events.out.tfevents.1730428747.ip-10-192-12-48.3499.0 +3 -0
- runs/Nov01_02-40-49_ip-10-192-12-48/events.out.tfevents.1730428850.ip-10-192-12-48.3499.1 +3 -0
- special_tokens_map.json +125 -0
- spiece.model +3 -0
- tmpftdbyojc/__pycache__/_remote_module_non_scriptable.cpython-310.pyc +0 -0
- tmpftdbyojc/_remote_module_non_scriptable.py +81 -0
- tokenizer.json +0 -0
- tokenizer_config.json +940 -0
- training_args.bin +3 -0
- zeus-code-server-zsh/.zcompdump +2019 -0
- zeus-code-server-zsh/.zlogin +9 -0
- zeus-code-server-zsh/.zprofile +16 -0
- zeus-code-server-zsh/.zshenv +16 -0
- zeus-code-server-zsh/.zshrc +193 -0
.initial-system-state.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9efc15c076f5cd15298c43d193b0b711b792bef8a029dc24a70613340da7180
|
3 |
+
size 25600
|
.vscode-settings-ready
ADDED
File without changes
|
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: csebuetnlp/banglat5_nmt_bn_en
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: tmp
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# tmp
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [csebuetnlp/banglat5_nmt_bn_en](https://huggingface.co/csebuetnlp/banglat5_nmt_bn_en) on the None dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- training_steps: 1200
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
### Framework versions
|
50 |
+
|
51 |
+
- Transformers 4.46.1
|
52 |
+
- Pytorch 2.2.1+cu121
|
53 |
+
- Datasets 3.1.0
|
54 |
+
- Tokenizers 0.20.1
|
cmd_history.none
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
python --version ; echo LAI_EXIT_CODE=$?; exit
|
2 |
+
pip list ; echo LAI_EXIT_CODE=$?; exit
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "csebuetnlp/banglat5_nmt_bn_en",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 2048,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 768,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "gelu_new",
|
12 |
+
"dropout_rate": 0.1,
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "gated-gelu",
|
15 |
+
"gradient_checkpointing": false,
|
16 |
+
"initializer_factor": 1.0,
|
17 |
+
"is_encoder_decoder": true,
|
18 |
+
"is_gated_act": true,
|
19 |
+
"layer_norm_epsilon": 1e-06,
|
20 |
+
"length_penalty": null,
|
21 |
+
"max_length": null,
|
22 |
+
"model_type": "t5",
|
23 |
+
"num_beams": null,
|
24 |
+
"num_decoder_layers": 12,
|
25 |
+
"num_heads": 12,
|
26 |
+
"num_layers": 12,
|
27 |
+
"output_past": true,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"relative_attention_max_distance": 128,
|
30 |
+
"relative_attention_num_buckets": 32,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.46.1",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 32128
|
36 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"length_penalty": 0.6,
|
6 |
+
"max_length": 128,
|
7 |
+
"num_beams": 4,
|
8 |
+
"pad_token_id": 0,
|
9 |
+
"transformers_version": "4.46.1"
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dc088e4edf75cac1cc839b00b9a3e3ce2552fb695b4e6089040ab6036cf4c9b
|
3 |
+
size 990345064
|
runs/Nov01_02-39-06_ip-10-192-12-48/events.out.tfevents.1730428747.ip-10-192-12-48.3499.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:617d914324fdedc47d2dc51136aa3f44457e29189b67d6a0e01e7947d1964851
|
3 |
+
size 43350
|
runs/Nov01_02-40-49_ip-10-192-12-48/events.out.tfevents.1730428850.ip-10-192-12-48.3499.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3afbe2664118af0e376eae0f5a1283c0a1eab869a1c553a68ca9393e296b20b7
|
3 |
+
size 258537
|
special_tokens_map.json
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": {
|
105 |
+
"content": "</s>",
|
106 |
+
"lstrip": false,
|
107 |
+
"normalized": false,
|
108 |
+
"rstrip": false,
|
109 |
+
"single_word": false
|
110 |
+
},
|
111 |
+
"pad_token": {
|
112 |
+
"content": "<pad>",
|
113 |
+
"lstrip": false,
|
114 |
+
"normalized": false,
|
115 |
+
"rstrip": false,
|
116 |
+
"single_word": false
|
117 |
+
},
|
118 |
+
"unk_token": {
|
119 |
+
"content": "<unk>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false
|
124 |
+
}
|
125 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dcab96935a2a51b1461c84e44c952ea8a3640c8bc3e2c6ae7a21d855454ae27
|
3 |
+
size 1111492
|
tmpftdbyojc/__pycache__/_remote_module_non_scriptable.cpython-310.pyc
ADDED
Binary file (1.5 kB). View file
|
|
tmpftdbyojc/_remote_module_non_scriptable.py
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import *
|
2 |
+
|
3 |
+
import torch
|
4 |
+
import torch.distributed.rpc as rpc
|
5 |
+
from torch import Tensor
|
6 |
+
from torch._jit_internal import Future
|
7 |
+
from torch.distributed.rpc import RRef
|
8 |
+
from typing import Tuple # pyre-ignore: unused import
|
9 |
+
|
10 |
+
|
11 |
+
module_interface_cls = None
|
12 |
+
|
13 |
+
|
14 |
+
def forward_async(self, *args, **kwargs):
|
15 |
+
args = (self.module_rref, self.device, self.is_device_map_set, *args)
|
16 |
+
kwargs = {**kwargs}
|
17 |
+
return rpc.rpc_async(
|
18 |
+
self.module_rref.owner(),
|
19 |
+
_remote_forward,
|
20 |
+
args,
|
21 |
+
kwargs,
|
22 |
+
)
|
23 |
+
|
24 |
+
|
25 |
+
def forward(self, *args, **kwargs):
|
26 |
+
args = (self.module_rref, self.device, self.is_device_map_set, *args)
|
27 |
+
kwargs = {**kwargs}
|
28 |
+
ret_fut = rpc.rpc_async(
|
29 |
+
self.module_rref.owner(),
|
30 |
+
_remote_forward,
|
31 |
+
args,
|
32 |
+
kwargs,
|
33 |
+
)
|
34 |
+
return ret_fut.wait()
|
35 |
+
|
36 |
+
|
37 |
+
_generated_methods = [
|
38 |
+
forward_async,
|
39 |
+
forward,
|
40 |
+
]
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
def _remote_forward(
|
46 |
+
module_rref: RRef[module_interface_cls], device: str, is_device_map_set: bool, *args, **kwargs):
|
47 |
+
module = module_rref.local_value()
|
48 |
+
device = torch.device(device)
|
49 |
+
|
50 |
+
if device.type != "cuda":
|
51 |
+
return module.forward(*args, **kwargs)
|
52 |
+
|
53 |
+
# If the module is on a cuda device,
|
54 |
+
# move any CPU tensor in args or kwargs to the same cuda device.
|
55 |
+
# Since torch script does not support generator expression,
|
56 |
+
# have to use concatenation instead of
|
57 |
+
# ``tuple(i.to(device) if isinstance(i, Tensor) else i for i in *args)``.
|
58 |
+
args = (*args,)
|
59 |
+
out_args: Tuple[()] = ()
|
60 |
+
for arg in args:
|
61 |
+
arg = (arg.to(device),) if isinstance(arg, Tensor) else (arg,)
|
62 |
+
out_args = out_args + arg
|
63 |
+
|
64 |
+
kwargs = {**kwargs}
|
65 |
+
for k, v in kwargs.items():
|
66 |
+
if isinstance(v, Tensor):
|
67 |
+
kwargs[k] = kwargs[k].to(device)
|
68 |
+
|
69 |
+
if is_device_map_set:
|
70 |
+
return module.forward(*out_args, **kwargs)
|
71 |
+
|
72 |
+
# If the device map is empty, then only CPU tensors are allowed to send over wire,
|
73 |
+
# so have to move any GPU tensor to CPU in the output.
|
74 |
+
# Since torch script does not support generator expression,
|
75 |
+
# have to use concatenation instead of
|
76 |
+
# ``tuple(i.cpu() if isinstance(i, Tensor) else i for i in module.forward(*out_args, **kwargs))``.
|
77 |
+
ret: Tuple[()] = ()
|
78 |
+
for i in module.forward(*out_args, **kwargs):
|
79 |
+
i = (i.cpu(),) if isinstance(i, Tensor) else (i,)
|
80 |
+
ret = ret + i
|
81 |
+
return ret
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,940 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<pad>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "</s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "<unk>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"32000": {
|
29 |
+
"content": "<extra_id_99>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"32001": {
|
37 |
+
"content": "<extra_id_98>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"32002": {
|
45 |
+
"content": "<extra_id_97>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"32003": {
|
53 |
+
"content": "<extra_id_96>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"32004": {
|
61 |
+
"content": "<extra_id_95>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"32005": {
|
69 |
+
"content": "<extra_id_94>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"32006": {
|
77 |
+
"content": "<extra_id_93>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"32007": {
|
85 |
+
"content": "<extra_id_92>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"32008": {
|
93 |
+
"content": "<extra_id_91>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"32009": {
|
101 |
+
"content": "<extra_id_90>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"32010": {
|
109 |
+
"content": "<extra_id_89>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
},
|
116 |
+
"32011": {
|
117 |
+
"content": "<extra_id_88>",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": false,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": true
|
123 |
+
},
|
124 |
+
"32012": {
|
125 |
+
"content": "<extra_id_87>",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": false,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": true
|
131 |
+
},
|
132 |
+
"32013": {
|
133 |
+
"content": "<extra_id_86>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": false,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": true
|
139 |
+
},
|
140 |
+
"32014": {
|
141 |
+
"content": "<extra_id_85>",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": false,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": true
|
147 |
+
},
|
148 |
+
"32015": {
|
149 |
+
"content": "<extra_id_84>",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": false,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": true
|
155 |
+
},
|
156 |
+
"32016": {
|
157 |
+
"content": "<extra_id_83>",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": false,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": true
|
163 |
+
},
|
164 |
+
"32017": {
|
165 |
+
"content": "<extra_id_82>",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": false,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": true
|
171 |
+
},
|
172 |
+
"32018": {
|
173 |
+
"content": "<extra_id_81>",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": false,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": true
|
179 |
+
},
|
180 |
+
"32019": {
|
181 |
+
"content": "<extra_id_80>",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": false,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": true
|
187 |
+
},
|
188 |
+
"32020": {
|
189 |
+
"content": "<extra_id_79>",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": false,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": true
|
195 |
+
},
|
196 |
+
"32021": {
|
197 |
+
"content": "<extra_id_78>",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": false,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": true
|
203 |
+
},
|
204 |
+
"32022": {
|
205 |
+
"content": "<extra_id_77>",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": false,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": true
|
211 |
+
},
|
212 |
+
"32023": {
|
213 |
+
"content": "<extra_id_76>",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": false,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": true
|
219 |
+
},
|
220 |
+
"32024": {
|
221 |
+
"content": "<extra_id_75>",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": false,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": true
|
227 |
+
},
|
228 |
+
"32025": {
|
229 |
+
"content": "<extra_id_74>",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": false,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": true
|
235 |
+
},
|
236 |
+
"32026": {
|
237 |
+
"content": "<extra_id_73>",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": false,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": true
|
243 |
+
},
|
244 |
+
"32027": {
|
245 |
+
"content": "<extra_id_72>",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": false,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": true
|
251 |
+
},
|
252 |
+
"32028": {
|
253 |
+
"content": "<extra_id_71>",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": false,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": true
|
259 |
+
},
|
260 |
+
"32029": {
|
261 |
+
"content": "<extra_id_70>",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": false,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": true
|
267 |
+
},
|
268 |
+
"32030": {
|
269 |
+
"content": "<extra_id_69>",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": false,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": true
|
275 |
+
},
|
276 |
+
"32031": {
|
277 |
+
"content": "<extra_id_68>",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": false,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": true
|
283 |
+
},
|
284 |
+
"32032": {
|
285 |
+
"content": "<extra_id_67>",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": false,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": true
|
291 |
+
},
|
292 |
+
"32033": {
|
293 |
+
"content": "<extra_id_66>",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": false,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": true
|
299 |
+
},
|
300 |
+
"32034": {
|
301 |
+
"content": "<extra_id_65>",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": false,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": true
|
307 |
+
},
|
308 |
+
"32035": {
|
309 |
+
"content": "<extra_id_64>",
|
310 |
+
"lstrip": false,
|
311 |
+
"normalized": false,
|
312 |
+
"rstrip": false,
|
313 |
+
"single_word": false,
|
314 |
+
"special": true
|
315 |
+
},
|
316 |
+
"32036": {
|
317 |
+
"content": "<extra_id_63>",
|
318 |
+
"lstrip": false,
|
319 |
+
"normalized": false,
|
320 |
+
"rstrip": false,
|
321 |
+
"single_word": false,
|
322 |
+
"special": true
|
323 |
+
},
|
324 |
+
"32037": {
|
325 |
+
"content": "<extra_id_62>",
|
326 |
+
"lstrip": false,
|
327 |
+
"normalized": false,
|
328 |
+
"rstrip": false,
|
329 |
+
"single_word": false,
|
330 |
+
"special": true
|
331 |
+
},
|
332 |
+
"32038": {
|
333 |
+
"content": "<extra_id_61>",
|
334 |
+
"lstrip": false,
|
335 |
+
"normalized": false,
|
336 |
+
"rstrip": false,
|
337 |
+
"single_word": false,
|
338 |
+
"special": true
|
339 |
+
},
|
340 |
+
"32039": {
|
341 |
+
"content": "<extra_id_60>",
|
342 |
+
"lstrip": false,
|
343 |
+
"normalized": false,
|
344 |
+
"rstrip": false,
|
345 |
+
"single_word": false,
|
346 |
+
"special": true
|
347 |
+
},
|
348 |
+
"32040": {
|
349 |
+
"content": "<extra_id_59>",
|
350 |
+
"lstrip": false,
|
351 |
+
"normalized": false,
|
352 |
+
"rstrip": false,
|
353 |
+
"single_word": false,
|
354 |
+
"special": true
|
355 |
+
},
|
356 |
+
"32041": {
|
357 |
+
"content": "<extra_id_58>",
|
358 |
+
"lstrip": false,
|
359 |
+
"normalized": false,
|
360 |
+
"rstrip": false,
|
361 |
+
"single_word": false,
|
362 |
+
"special": true
|
363 |
+
},
|
364 |
+
"32042": {
|
365 |
+
"content": "<extra_id_57>",
|
366 |
+
"lstrip": false,
|
367 |
+
"normalized": false,
|
368 |
+
"rstrip": false,
|
369 |
+
"single_word": false,
|
370 |
+
"special": true
|
371 |
+
},
|
372 |
+
"32043": {
|
373 |
+
"content": "<extra_id_56>",
|
374 |
+
"lstrip": false,
|
375 |
+
"normalized": false,
|
376 |
+
"rstrip": false,
|
377 |
+
"single_word": false,
|
378 |
+
"special": true
|
379 |
+
},
|
380 |
+
"32044": {
|
381 |
+
"content": "<extra_id_55>",
|
382 |
+
"lstrip": false,
|
383 |
+
"normalized": false,
|
384 |
+
"rstrip": false,
|
385 |
+
"single_word": false,
|
386 |
+
"special": true
|
387 |
+
},
|
388 |
+
"32045": {
|
389 |
+
"content": "<extra_id_54>",
|
390 |
+
"lstrip": false,
|
391 |
+
"normalized": false,
|
392 |
+
"rstrip": false,
|
393 |
+
"single_word": false,
|
394 |
+
"special": true
|
395 |
+
},
|
396 |
+
"32046": {
|
397 |
+
"content": "<extra_id_53>",
|
398 |
+
"lstrip": false,
|
399 |
+
"normalized": false,
|
400 |
+
"rstrip": false,
|
401 |
+
"single_word": false,
|
402 |
+
"special": true
|
403 |
+
},
|
404 |
+
"32047": {
|
405 |
+
"content": "<extra_id_52>",
|
406 |
+
"lstrip": false,
|
407 |
+
"normalized": false,
|
408 |
+
"rstrip": false,
|
409 |
+
"single_word": false,
|
410 |
+
"special": true
|
411 |
+
},
|
412 |
+
"32048": {
|
413 |
+
"content": "<extra_id_51>",
|
414 |
+
"lstrip": false,
|
415 |
+
"normalized": false,
|
416 |
+
"rstrip": false,
|
417 |
+
"single_word": false,
|
418 |
+
"special": true
|
419 |
+
},
|
420 |
+
"32049": {
|
421 |
+
"content": "<extra_id_50>",
|
422 |
+
"lstrip": false,
|
423 |
+
"normalized": false,
|
424 |
+
"rstrip": false,
|
425 |
+
"single_word": false,
|
426 |
+
"special": true
|
427 |
+
},
|
428 |
+
"32050": {
|
429 |
+
"content": "<extra_id_49>",
|
430 |
+
"lstrip": false,
|
431 |
+
"normalized": false,
|
432 |
+
"rstrip": false,
|
433 |
+
"single_word": false,
|
434 |
+
"special": true
|
435 |
+
},
|
436 |
+
"32051": {
|
437 |
+
"content": "<extra_id_48>",
|
438 |
+
"lstrip": false,
|
439 |
+
"normalized": false,
|
440 |
+
"rstrip": false,
|
441 |
+
"single_word": false,
|
442 |
+
"special": true
|
443 |
+
},
|
444 |
+
"32052": {
|
445 |
+
"content": "<extra_id_47>",
|
446 |
+
"lstrip": false,
|
447 |
+
"normalized": false,
|
448 |
+
"rstrip": false,
|
449 |
+
"single_word": false,
|
450 |
+
"special": true
|
451 |
+
},
|
452 |
+
"32053": {
|
453 |
+
"content": "<extra_id_46>",
|
454 |
+
"lstrip": false,
|
455 |
+
"normalized": false,
|
456 |
+
"rstrip": false,
|
457 |
+
"single_word": false,
|
458 |
+
"special": true
|
459 |
+
},
|
460 |
+
"32054": {
|
461 |
+
"content": "<extra_id_45>",
|
462 |
+
"lstrip": false,
|
463 |
+
"normalized": false,
|
464 |
+
"rstrip": false,
|
465 |
+
"single_word": false,
|
466 |
+
"special": true
|
467 |
+
},
|
468 |
+
"32055": {
|
469 |
+
"content": "<extra_id_44>",
|
470 |
+
"lstrip": false,
|
471 |
+
"normalized": false,
|
472 |
+
"rstrip": false,
|
473 |
+
"single_word": false,
|
474 |
+
"special": true
|
475 |
+
},
|
476 |
+
"32056": {
|
477 |
+
"content": "<extra_id_43>",
|
478 |
+
"lstrip": false,
|
479 |
+
"normalized": false,
|
480 |
+
"rstrip": false,
|
481 |
+
"single_word": false,
|
482 |
+
"special": true
|
483 |
+
},
|
484 |
+
"32057": {
|
485 |
+
"content": "<extra_id_42>",
|
486 |
+
"lstrip": false,
|
487 |
+
"normalized": false,
|
488 |
+
"rstrip": false,
|
489 |
+
"single_word": false,
|
490 |
+
"special": true
|
491 |
+
},
|
492 |
+
"32058": {
|
493 |
+
"content": "<extra_id_41>",
|
494 |
+
"lstrip": false,
|
495 |
+
"normalized": false,
|
496 |
+
"rstrip": false,
|
497 |
+
"single_word": false,
|
498 |
+
"special": true
|
499 |
+
},
|
500 |
+
"32059": {
|
501 |
+
"content": "<extra_id_40>",
|
502 |
+
"lstrip": false,
|
503 |
+
"normalized": false,
|
504 |
+
"rstrip": false,
|
505 |
+
"single_word": false,
|
506 |
+
"special": true
|
507 |
+
},
|
508 |
+
"32060": {
|
509 |
+
"content": "<extra_id_39>",
|
510 |
+
"lstrip": false,
|
511 |
+
"normalized": false,
|
512 |
+
"rstrip": false,
|
513 |
+
"single_word": false,
|
514 |
+
"special": true
|
515 |
+
},
|
516 |
+
"32061": {
|
517 |
+
"content": "<extra_id_38>",
|
518 |
+
"lstrip": false,
|
519 |
+
"normalized": false,
|
520 |
+
"rstrip": false,
|
521 |
+
"single_word": false,
|
522 |
+
"special": true
|
523 |
+
},
|
524 |
+
"32062": {
|
525 |
+
"content": "<extra_id_37>",
|
526 |
+
"lstrip": false,
|
527 |
+
"normalized": false,
|
528 |
+
"rstrip": false,
|
529 |
+
"single_word": false,
|
530 |
+
"special": true
|
531 |
+
},
|
532 |
+
"32063": {
|
533 |
+
"content": "<extra_id_36>",
|
534 |
+
"lstrip": false,
|
535 |
+
"normalized": false,
|
536 |
+
"rstrip": false,
|
537 |
+
"single_word": false,
|
538 |
+
"special": true
|
539 |
+
},
|
540 |
+
"32064": {
|
541 |
+
"content": "<extra_id_35>",
|
542 |
+
"lstrip": false,
|
543 |
+
"normalized": false,
|
544 |
+
"rstrip": false,
|
545 |
+
"single_word": false,
|
546 |
+
"special": true
|
547 |
+
},
|
548 |
+
"32065": {
|
549 |
+
"content": "<extra_id_34>",
|
550 |
+
"lstrip": false,
|
551 |
+
"normalized": false,
|
552 |
+
"rstrip": false,
|
553 |
+
"single_word": false,
|
554 |
+
"special": true
|
555 |
+
},
|
556 |
+
"32066": {
|
557 |
+
"content": "<extra_id_33>",
|
558 |
+
"lstrip": false,
|
559 |
+
"normalized": false,
|
560 |
+
"rstrip": false,
|
561 |
+
"single_word": false,
|
562 |
+
"special": true
|
563 |
+
},
|
564 |
+
"32067": {
|
565 |
+
"content": "<extra_id_32>",
|
566 |
+
"lstrip": false,
|
567 |
+
"normalized": false,
|
568 |
+
"rstrip": false,
|
569 |
+
"single_word": false,
|
570 |
+
"special": true
|
571 |
+
},
|
572 |
+
"32068": {
|
573 |
+
"content": "<extra_id_31>",
|
574 |
+
"lstrip": false,
|
575 |
+
"normalized": false,
|
576 |
+
"rstrip": false,
|
577 |
+
"single_word": false,
|
578 |
+
"special": true
|
579 |
+
},
|
580 |
+
"32069": {
|
581 |
+
"content": "<extra_id_30>",
|
582 |
+
"lstrip": false,
|
583 |
+
"normalized": false,
|
584 |
+
"rstrip": false,
|
585 |
+
"single_word": false,
|
586 |
+
"special": true
|
587 |
+
},
|
588 |
+
"32070": {
|
589 |
+
"content": "<extra_id_29>",
|
590 |
+
"lstrip": false,
|
591 |
+
"normalized": false,
|
592 |
+
"rstrip": false,
|
593 |
+
"single_word": false,
|
594 |
+
"special": true
|
595 |
+
},
|
596 |
+
"32071": {
|
597 |
+
"content": "<extra_id_28>",
|
598 |
+
"lstrip": false,
|
599 |
+
"normalized": false,
|
600 |
+
"rstrip": false,
|
601 |
+
"single_word": false,
|
602 |
+
"special": true
|
603 |
+
},
|
604 |
+
"32072": {
|
605 |
+
"content": "<extra_id_27>",
|
606 |
+
"lstrip": false,
|
607 |
+
"normalized": false,
|
608 |
+
"rstrip": false,
|
609 |
+
"single_word": false,
|
610 |
+
"special": true
|
611 |
+
},
|
612 |
+
"32073": {
|
613 |
+
"content": "<extra_id_26>",
|
614 |
+
"lstrip": false,
|
615 |
+
"normalized": false,
|
616 |
+
"rstrip": false,
|
617 |
+
"single_word": false,
|
618 |
+
"special": true
|
619 |
+
},
|
620 |
+
"32074": {
|
621 |
+
"content": "<extra_id_25>",
|
622 |
+
"lstrip": false,
|
623 |
+
"normalized": false,
|
624 |
+
"rstrip": false,
|
625 |
+
"single_word": false,
|
626 |
+
"special": true
|
627 |
+
},
|
628 |
+
"32075": {
|
629 |
+
"content": "<extra_id_24>",
|
630 |
+
"lstrip": false,
|
631 |
+
"normalized": false,
|
632 |
+
"rstrip": false,
|
633 |
+
"single_word": false,
|
634 |
+
"special": true
|
635 |
+
},
|
636 |
+
"32076": {
|
637 |
+
"content": "<extra_id_23>",
|
638 |
+
"lstrip": false,
|
639 |
+
"normalized": false,
|
640 |
+
"rstrip": false,
|
641 |
+
"single_word": false,
|
642 |
+
"special": true
|
643 |
+
},
|
644 |
+
"32077": {
|
645 |
+
"content": "<extra_id_22>",
|
646 |
+
"lstrip": false,
|
647 |
+
"normalized": false,
|
648 |
+
"rstrip": false,
|
649 |
+
"single_word": false,
|
650 |
+
"special": true
|
651 |
+
},
|
652 |
+
"32078": {
|
653 |
+
"content": "<extra_id_21>",
|
654 |
+
"lstrip": false,
|
655 |
+
"normalized": false,
|
656 |
+
"rstrip": false,
|
657 |
+
"single_word": false,
|
658 |
+
"special": true
|
659 |
+
},
|
660 |
+
"32079": {
|
661 |
+
"content": "<extra_id_20>",
|
662 |
+
"lstrip": false,
|
663 |
+
"normalized": false,
|
664 |
+
"rstrip": false,
|
665 |
+
"single_word": false,
|
666 |
+
"special": true
|
667 |
+
},
|
668 |
+
"32080": {
|
669 |
+
"content": "<extra_id_19>",
|
670 |
+
"lstrip": false,
|
671 |
+
"normalized": false,
|
672 |
+
"rstrip": false,
|
673 |
+
"single_word": false,
|
674 |
+
"special": true
|
675 |
+
},
|
676 |
+
"32081": {
|
677 |
+
"content": "<extra_id_18>",
|
678 |
+
"lstrip": false,
|
679 |
+
"normalized": false,
|
680 |
+
"rstrip": false,
|
681 |
+
"single_word": false,
|
682 |
+
"special": true
|
683 |
+
},
|
684 |
+
"32082": {
|
685 |
+
"content": "<extra_id_17>",
|
686 |
+
"lstrip": false,
|
687 |
+
"normalized": false,
|
688 |
+
"rstrip": false,
|
689 |
+
"single_word": false,
|
690 |
+
"special": true
|
691 |
+
},
|
692 |
+
"32083": {
|
693 |
+
"content": "<extra_id_16>",
|
694 |
+
"lstrip": false,
|
695 |
+
"normalized": false,
|
696 |
+
"rstrip": false,
|
697 |
+
"single_word": false,
|
698 |
+
"special": true
|
699 |
+
},
|
700 |
+
"32084": {
|
701 |
+
"content": "<extra_id_15>",
|
702 |
+
"lstrip": false,
|
703 |
+
"normalized": false,
|
704 |
+
"rstrip": false,
|
705 |
+
"single_word": false,
|
706 |
+
"special": true
|
707 |
+
},
|
708 |
+
"32085": {
|
709 |
+
"content": "<extra_id_14>",
|
710 |
+
"lstrip": false,
|
711 |
+
"normalized": false,
|
712 |
+
"rstrip": false,
|
713 |
+
"single_word": false,
|
714 |
+
"special": true
|
715 |
+
},
|
716 |
+
"32086": {
|
717 |
+
"content": "<extra_id_13>",
|
718 |
+
"lstrip": false,
|
719 |
+
"normalized": false,
|
720 |
+
"rstrip": false,
|
721 |
+
"single_word": false,
|
722 |
+
"special": true
|
723 |
+
},
|
724 |
+
"32087": {
|
725 |
+
"content": "<extra_id_12>",
|
726 |
+
"lstrip": false,
|
727 |
+
"normalized": false,
|
728 |
+
"rstrip": false,
|
729 |
+
"single_word": false,
|
730 |
+
"special": true
|
731 |
+
},
|
732 |
+
"32088": {
|
733 |
+
"content": "<extra_id_11>",
|
734 |
+
"lstrip": false,
|
735 |
+
"normalized": false,
|
736 |
+
"rstrip": false,
|
737 |
+
"single_word": false,
|
738 |
+
"special": true
|
739 |
+
},
|
740 |
+
"32089": {
|
741 |
+
"content": "<extra_id_10>",
|
742 |
+
"lstrip": false,
|
743 |
+
"normalized": false,
|
744 |
+
"rstrip": false,
|
745 |
+
"single_word": false,
|
746 |
+
"special": true
|
747 |
+
},
|
748 |
+
"32090": {
|
749 |
+
"content": "<extra_id_9>",
|
750 |
+
"lstrip": false,
|
751 |
+
"normalized": false,
|
752 |
+
"rstrip": false,
|
753 |
+
"single_word": false,
|
754 |
+
"special": true
|
755 |
+
},
|
756 |
+
"32091": {
|
757 |
+
"content": "<extra_id_8>",
|
758 |
+
"lstrip": false,
|
759 |
+
"normalized": false,
|
760 |
+
"rstrip": false,
|
761 |
+
"single_word": false,
|
762 |
+
"special": true
|
763 |
+
},
|
764 |
+
"32092": {
|
765 |
+
"content": "<extra_id_7>",
|
766 |
+
"lstrip": false,
|
767 |
+
"normalized": false,
|
768 |
+
"rstrip": false,
|
769 |
+
"single_word": false,
|
770 |
+
"special": true
|
771 |
+
},
|
772 |
+
"32093": {
|
773 |
+
"content": "<extra_id_6>",
|
774 |
+
"lstrip": false,
|
775 |
+
"normalized": false,
|
776 |
+
"rstrip": false,
|
777 |
+
"single_word": false,
|
778 |
+
"special": true
|
779 |
+
},
|
780 |
+
"32094": {
|
781 |
+
"content": "<extra_id_5>",
|
782 |
+
"lstrip": false,
|
783 |
+
"normalized": false,
|
784 |
+
"rstrip": false,
|
785 |
+
"single_word": false,
|
786 |
+
"special": true
|
787 |
+
},
|
788 |
+
"32095": {
|
789 |
+
"content": "<extra_id_4>",
|
790 |
+
"lstrip": false,
|
791 |
+
"normalized": false,
|
792 |
+
"rstrip": false,
|
793 |
+
"single_word": false,
|
794 |
+
"special": true
|
795 |
+
},
|
796 |
+
"32096": {
|
797 |
+
"content": "<extra_id_3>",
|
798 |
+
"lstrip": false,
|
799 |
+
"normalized": false,
|
800 |
+
"rstrip": false,
|
801 |
+
"single_word": false,
|
802 |
+
"special": true
|
803 |
+
},
|
804 |
+
"32097": {
|
805 |
+
"content": "<extra_id_2>",
|
806 |
+
"lstrip": false,
|
807 |
+
"normalized": false,
|
808 |
+
"rstrip": false,
|
809 |
+
"single_word": false,
|
810 |
+
"special": true
|
811 |
+
},
|
812 |
+
"32098": {
|
813 |
+
"content": "<extra_id_1>",
|
814 |
+
"lstrip": false,
|
815 |
+
"normalized": false,
|
816 |
+
"rstrip": false,
|
817 |
+
"single_word": false,
|
818 |
+
"special": true
|
819 |
+
},
|
820 |
+
"32099": {
|
821 |
+
"content": "<extra_id_0>",
|
822 |
+
"lstrip": false,
|
823 |
+
"normalized": false,
|
824 |
+
"rstrip": false,
|
825 |
+
"single_word": false,
|
826 |
+
"special": true
|
827 |
+
}
|
828 |
+
},
|
829 |
+
"additional_special_tokens": [
|
830 |
+
"<extra_id_0>",
|
831 |
+
"<extra_id_1>",
|
832 |
+
"<extra_id_2>",
|
833 |
+
"<extra_id_3>",
|
834 |
+
"<extra_id_4>",
|
835 |
+
"<extra_id_5>",
|
836 |
+
"<extra_id_6>",
|
837 |
+
"<extra_id_7>",
|
838 |
+
"<extra_id_8>",
|
839 |
+
"<extra_id_9>",
|
840 |
+
"<extra_id_10>",
|
841 |
+
"<extra_id_11>",
|
842 |
+
"<extra_id_12>",
|
843 |
+
"<extra_id_13>",
|
844 |
+
"<extra_id_14>",
|
845 |
+
"<extra_id_15>",
|
846 |
+
"<extra_id_16>",
|
847 |
+
"<extra_id_17>",
|
848 |
+
"<extra_id_18>",
|
849 |
+
"<extra_id_19>",
|
850 |
+
"<extra_id_20>",
|
851 |
+
"<extra_id_21>",
|
852 |
+
"<extra_id_22>",
|
853 |
+
"<extra_id_23>",
|
854 |
+
"<extra_id_24>",
|
855 |
+
"<extra_id_25>",
|
856 |
+
"<extra_id_26>",
|
857 |
+
"<extra_id_27>",
|
858 |
+
"<extra_id_28>",
|
859 |
+
"<extra_id_29>",
|
860 |
+
"<extra_id_30>",
|
861 |
+
"<extra_id_31>",
|
862 |
+
"<extra_id_32>",
|
863 |
+
"<extra_id_33>",
|
864 |
+
"<extra_id_34>",
|
865 |
+
"<extra_id_35>",
|
866 |
+
"<extra_id_36>",
|
867 |
+
"<extra_id_37>",
|
868 |
+
"<extra_id_38>",
|
869 |
+
"<extra_id_39>",
|
870 |
+
"<extra_id_40>",
|
871 |
+
"<extra_id_41>",
|
872 |
+
"<extra_id_42>",
|
873 |
+
"<extra_id_43>",
|
874 |
+
"<extra_id_44>",
|
875 |
+
"<extra_id_45>",
|
876 |
+
"<extra_id_46>",
|
877 |
+
"<extra_id_47>",
|
878 |
+
"<extra_id_48>",
|
879 |
+
"<extra_id_49>",
|
880 |
+
"<extra_id_50>",
|
881 |
+
"<extra_id_51>",
|
882 |
+
"<extra_id_52>",
|
883 |
+
"<extra_id_53>",
|
884 |
+
"<extra_id_54>",
|
885 |
+
"<extra_id_55>",
|
886 |
+
"<extra_id_56>",
|
887 |
+
"<extra_id_57>",
|
888 |
+
"<extra_id_58>",
|
889 |
+
"<extra_id_59>",
|
890 |
+
"<extra_id_60>",
|
891 |
+
"<extra_id_61>",
|
892 |
+
"<extra_id_62>",
|
893 |
+
"<extra_id_63>",
|
894 |
+
"<extra_id_64>",
|
895 |
+
"<extra_id_65>",
|
896 |
+
"<extra_id_66>",
|
897 |
+
"<extra_id_67>",
|
898 |
+
"<extra_id_68>",
|
899 |
+
"<extra_id_69>",
|
900 |
+
"<extra_id_70>",
|
901 |
+
"<extra_id_71>",
|
902 |
+
"<extra_id_72>",
|
903 |
+
"<extra_id_73>",
|
904 |
+
"<extra_id_74>",
|
905 |
+
"<extra_id_75>",
|
906 |
+
"<extra_id_76>",
|
907 |
+
"<extra_id_77>",
|
908 |
+
"<extra_id_78>",
|
909 |
+
"<extra_id_79>",
|
910 |
+
"<extra_id_80>",
|
911 |
+
"<extra_id_81>",
|
912 |
+
"<extra_id_82>",
|
913 |
+
"<extra_id_83>",
|
914 |
+
"<extra_id_84>",
|
915 |
+
"<extra_id_85>",
|
916 |
+
"<extra_id_86>",
|
917 |
+
"<extra_id_87>",
|
918 |
+
"<extra_id_88>",
|
919 |
+
"<extra_id_89>",
|
920 |
+
"<extra_id_90>",
|
921 |
+
"<extra_id_91>",
|
922 |
+
"<extra_id_92>",
|
923 |
+
"<extra_id_93>",
|
924 |
+
"<extra_id_94>",
|
925 |
+
"<extra_id_95>",
|
926 |
+
"<extra_id_96>",
|
927 |
+
"<extra_id_97>",
|
928 |
+
"<extra_id_98>",
|
929 |
+
"<extra_id_99>"
|
930 |
+
],
|
931 |
+
"clean_up_tokenization_spaces": false,
|
932 |
+
"eos_token": "</s>",
|
933 |
+
"extra_ids": 100,
|
934 |
+
"legacy": true,
|
935 |
+
"model_max_length": 512,
|
936 |
+
"pad_token": "<pad>",
|
937 |
+
"sp_model_kwargs": {},
|
938 |
+
"tokenizer_class": "T5Tokenizer",
|
939 |
+
"unk_token": "<unk>"
|
940 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8cb27202440bdcc754224a3653c6d28fdcee49680789172160d291ad6f2b8d3
|
3 |
+
size 5496
|
zeus-code-server-zsh/.zcompdump
ADDED
@@ -0,0 +1,2019 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#files: 952 version: 5.8
|
2 |
+
|
3 |
+
_comps=(
|
4 |
+
'-' '_precommand'
|
5 |
+
'-*-' '_bootctl'
|
6 |
+
'-array-value-' '_value'
|
7 |
+
'-assign-parameter-' '_assign'
|
8 |
+
'-brace-parameter-' '_brace_parameter'
|
9 |
+
'-command-' '_autocd'
|
10 |
+
'-command-line-' '_normal'
|
11 |
+
'-condition-' '_condition'
|
12 |
+
'-default-' '_default'
|
13 |
+
'-equal-' '_equal'
|
14 |
+
'-first-' '_first'
|
15 |
+
'-math-' '_math'
|
16 |
+
'-parameter-' '_parameter'
|
17 |
+
'-redirect-' '_redirect'
|
18 |
+
'-redirect-,-default-,-default-' '_files'
|
19 |
+
'-redirect-,<,bunzip2' '_bzip2'
|
20 |
+
'-redirect-,<,bzip2' '_bzip2'
|
21 |
+
'-redirect-,<,compress' '_compress'
|
22 |
+
'-redirect-,<,gunzip' '_gzip'
|
23 |
+
'-redirect-,<,gzip' '_gzip'
|
24 |
+
'-redirect-,<,uncompress' '_compress'
|
25 |
+
'-redirect-,<,unxz' '_xz'
|
26 |
+
'-redirect-,<,xz' '_xz'
|
27 |
+
'-redirect-,>,bzip2' '_bzip2'
|
28 |
+
'-redirect-,>,compress' '_compress'
|
29 |
+
'-redirect-,>,gzip' '_gzip'
|
30 |
+
'-redirect-,>,xz' '_xz'
|
31 |
+
'-subscript-' '_subscript'
|
32 |
+
'-tilde-' '_tilde'
|
33 |
+
'-value-' '_value'
|
34 |
+
'-value-,-default-,-command-' '_zargs'
|
35 |
+
'-value-,-default-,-default-' '_value'
|
36 |
+
'-value-,ADB_TRACE,-default-' '_adb'
|
37 |
+
'-value-,ANDROID_LOG_TAGS,-default-' '_adb'
|
38 |
+
'-value-,ANDROID_SERIAL,-default-' '_adb'
|
39 |
+
'-value-,ANSIBLE_STDOUT_CALLBACK,-default-' '_ansible'
|
40 |
+
'-value-,ANT_ARGS,-default-' '_ant'
|
41 |
+
'-value-,CFLAGS,-default-' '_gcc'
|
42 |
+
'-value-,CPPFLAGS,-default-' '_gcc'
|
43 |
+
'-value-,CXXFLAGS,-default-' '_gcc'
|
44 |
+
'-value-,DISPLAY,-default-' '_x_display'
|
45 |
+
'-value-,GREP_OPTIONS,-default-' '_grep'
|
46 |
+
'-value-,GZIP,-default-' '_gzip'
|
47 |
+
'-value-,LANG,-default-' '_locales'
|
48 |
+
'-value-,LANGUAGE,-default-' '_locales'
|
49 |
+
'-value-,LDFLAGS,-default-' '_gcc'
|
50 |
+
'-value-,LD_DEBUG,-default-' '_ld_debug'
|
51 |
+
'-value-,LESS,-default-' '_less'
|
52 |
+
'-value-,LESSCHARSET,-default-' '_less'
|
53 |
+
'-value-,LOOPDEV_DEBUG,-default-' '_losetup'
|
54 |
+
'-value-,LPDEST,-default-' '_printers'
|
55 |
+
'-value-,MPD_HOST,-default' '_mpc'
|
56 |
+
'-value-,P4CLIENT,-default-' '_perforce'
|
57 |
+
'-value-,P4MERGE,-default-' '_perforce'
|
58 |
+
'-value-,P4PORT,-default-' '_perforce'
|
59 |
+
'-value-,P4USER,-default-' '_perforce'
|
60 |
+
'-value-,PERLDOC,-default-' '_perldoc'
|
61 |
+
'-value-,PRINTER,-default-' '_printers'
|
62 |
+
'-value-,PROMPT,-default-' '_ps1234'
|
63 |
+
'-value-,PROMPT2,-default-' '_ps1234'
|
64 |
+
'-value-,PROMPT3,-default-' '_ps1234'
|
65 |
+
'-value-,PROMPT4,-default-' '_ps1234'
|
66 |
+
'-value-,PS1,-default-' '_ps1234'
|
67 |
+
'-value-,PS2,-default-' '_ps1234'
|
68 |
+
'-value-,PS3,-default-' '_ps1234'
|
69 |
+
'-value-,PS4,-default-' '_ps1234'
|
70 |
+
'-value-,RPROMPT,-default-' '_ps1234'
|
71 |
+
'-value-,RPROMPT2,-default-' '_ps1234'
|
72 |
+
'-value-,RPS1,-default-' '_ps1234'
|
73 |
+
'-value-,RPS2,-default-' '_ps1234'
|
74 |
+
'-value-,SPROMPT,-default-' '_ps1234'
|
75 |
+
'-value-,TERM,-default-' '_terminals'
|
76 |
+
'-value-,TERMINFO_DIRS,-default-' '_dir_list'
|
77 |
+
'-value-,TZ,-default-' '_time_zone'
|
78 |
+
'-value-,VALGRIND_OPTS,-default-' '_valgrind'
|
79 |
+
'-value-,WWW_HOME,-default-' '_urls'
|
80 |
+
'-value-,XML_CATALOG_FILES,-default-' '_xmlsoft'
|
81 |
+
'-value-,XZ_DEFAULTS,-default-' '_xz'
|
82 |
+
'-value-,XZ_OPT,-default-' '_xz'
|
83 |
+
'-vared-' '_in_vared'
|
84 |
+
'-zcalc-line-' '_zcalc_line'
|
85 |
+
'.' '_source'
|
86 |
+
'5g' '_go'
|
87 |
+
'5l' '_go'
|
88 |
+
'6g' '_go'
|
89 |
+
'6l' '_go'
|
90 |
+
'8g' '_go'
|
91 |
+
'8l' '_go'
|
92 |
+
'Mail' '_mail'
|
93 |
+
'Mosaic' '_webbrowser'
|
94 |
+
'SuSEconfig' '_SUSEconfig'
|
95 |
+
'a2dismod' '_a2utils'
|
96 |
+
'a2dissite' '_a2utils'
|
97 |
+
'a2enmod' '_a2utils'
|
98 |
+
'a2ensite' '_a2utils'
|
99 |
+
'a2ps' '_a2ps'
|
100 |
+
'aaaa' '_hosts'
|
101 |
+
'aap' '_aap'
|
102 |
+
'abcde' '_abcde'
|
103 |
+
'ack' '_ack'
|
104 |
+
'ack-grep' '_ack'
|
105 |
+
'ack-standalone' '_ack'
|
106 |
+
'ack2' '_ack'
|
107 |
+
'acpi' '_acpi'
|
108 |
+
'acpitool' '_acpitool'
|
109 |
+
'acroread' '_acroread'
|
110 |
+
'adb' '_adb'
|
111 |
+
'add-zle-hook-widget' '_add-zle-hook-widget'
|
112 |
+
'add-zsh-hook' '_add-zsh-hook'
|
113 |
+
'admin' '_sccs'
|
114 |
+
'ali' '_mh'
|
115 |
+
'alias' '_alias'
|
116 |
+
'amaya' '_webbrowser'
|
117 |
+
'analyseplugin' '_analyseplugin'
|
118 |
+
'animate' '_imagemagick'
|
119 |
+
'anno' '_mh'
|
120 |
+
'ansible' '_ansible'
|
121 |
+
'ansible-config' '_ansible'
|
122 |
+
'ansible-console' '_ansible'
|
123 |
+
'ansible-doc' '_ansible'
|
124 |
+
'ansible-galaxy' '_ansible'
|
125 |
+
'ansible-inventory' '_ansible'
|
126 |
+
'ansible-playbook' '_ansible'
|
127 |
+
'ansible-pull' '_ansible'
|
128 |
+
'ansible-vault' '_ansible'
|
129 |
+
'ant' '_ant'
|
130 |
+
'antiword' '_antiword'
|
131 |
+
'aodh' '_openstack'
|
132 |
+
'aoss' '_precommand'
|
133 |
+
'apache2ctl' '_apachectl'
|
134 |
+
'apachectl' '_apachectl'
|
135 |
+
'aplay' '_alsa-utils'
|
136 |
+
'apm' '_apm'
|
137 |
+
'appletviewer' '_java'
|
138 |
+
'apropos' '_man'
|
139 |
+
'apt' '_apt'
|
140 |
+
'apt-cache' '_apt'
|
141 |
+
'apt-cdrom' '_apt'
|
142 |
+
'apt-config' '_apt'
|
143 |
+
'apt-file' '_apt-file'
|
144 |
+
'apt-get' '_apt'
|
145 |
+
'apt-mark' '_apt'
|
146 |
+
'apt-move' '_apt-move'
|
147 |
+
'apt-show-versions' '_apt-show-versions'
|
148 |
+
'aptitude' '_aptitude'
|
149 |
+
'apvlv' '_pdf'
|
150 |
+
'arecord' '_alsa-utils'
|
151 |
+
'arena' '_webbrowser'
|
152 |
+
'arp' '_arp'
|
153 |
+
'arping' '_arping'
|
154 |
+
'asciidoctor' '_asciidoctor'
|
155 |
+
'asciinema' '_asciinema'
|
156 |
+
'ash' '_sh'
|
157 |
+
'at' '_at'
|
158 |
+
'atq' '_at'
|
159 |
+
'atrm' '_at'
|
160 |
+
'attr' '_attr'
|
161 |
+
'augtool' '_augeas'
|
162 |
+
'auto-apt' '_auto-apt'
|
163 |
+
'autoload' '_typeset'
|
164 |
+
'avahi-browse' '_avahi'
|
165 |
+
'avahi-browse-domains' '_avahi'
|
166 |
+
'avahi-resolve' '_avahi'
|
167 |
+
'avahi-resolve-address' '_avahi'
|
168 |
+
'avahi-resolve-host-name' '_avahi'
|
169 |
+
'awk' '_awk'
|
170 |
+
'axi-cache' '_axi-cache'
|
171 |
+
'b2sum' '_md5sum'
|
172 |
+
'barbican' '_openstack'
|
173 |
+
'base32' '_base64'
|
174 |
+
'base64' '_base64'
|
175 |
+
'basename' '_basename'
|
176 |
+
'bash' '_bash'
|
177 |
+
'batch' '_at'
|
178 |
+
'baz' '_baz'
|
179 |
+
'beadm' '_beadm'
|
180 |
+
'beep' '_beep'
|
181 |
+
'bg' '_jobs_bg'
|
182 |
+
'bibtex' '_bibtex'
|
183 |
+
'bindkey' '_bindkey'
|
184 |
+
'bison' '_bison'
|
185 |
+
'bmake' '_make'
|
186 |
+
'bogofilter' '_bogofilter'
|
187 |
+
'bogotune' '_bogofilter'
|
188 |
+
'bogoutil' '_bogofilter'
|
189 |
+
'bootctl' '_bootctl'
|
190 |
+
'bpython' '_bpython'
|
191 |
+
'bpython-gtk' '_bpython'
|
192 |
+
'bpython-urwid' '_bpython'
|
193 |
+
'bpython2' '_bpython'
|
194 |
+
'bpython2-gtk' '_bpython'
|
195 |
+
'bpython2-urwid' '_bpython'
|
196 |
+
'bpython3' '_bpython'
|
197 |
+
'bpython3-gtk' '_bpython'
|
198 |
+
'bpython3-urwid' '_bpython'
|
199 |
+
'brctl' '_brctl'
|
200 |
+
'bsdconfig' '_bsdconfig'
|
201 |
+
'bsdgrep' '_grep'
|
202 |
+
'bsdinstall' '_bsdinstall'
|
203 |
+
'bsdtar' '_tar'
|
204 |
+
'btdownloadcurses' '_bittorrent'
|
205 |
+
'btdownloadgui' '_bittorrent'
|
206 |
+
'btdownloadheadless' '_bittorrent'
|
207 |
+
'btlaunchmany' '_bittorrent'
|
208 |
+
'btlaunchmanycurses' '_bittorrent'
|
209 |
+
'btmakemetafile' '_bittorrent'
|
210 |
+
'btreannounce' '_bittorrent'
|
211 |
+
'btrename' '_bittorrent'
|
212 |
+
'btrfs' '_btrfs'
|
213 |
+
'bts' '_bts'
|
214 |
+
'btshowmetainfo' '_bittorrent'
|
215 |
+
'bttrack' '_bittorrent'
|
216 |
+
'bug' '_bug'
|
217 |
+
'buildhash' '_ispell'
|
218 |
+
'builtin' '_builtin'
|
219 |
+
'bunzip2' '_bzip2'
|
220 |
+
'burst' '_mh'
|
221 |
+
'busctl' '_busctl'
|
222 |
+
'bzcat' '_bzip2'
|
223 |
+
'bzegrep' '_grep'
|
224 |
+
'bzfgrep' '_grep'
|
225 |
+
'bzgrep' '_grep'
|
226 |
+
'bzip2' '_bzip2'
|
227 |
+
'bzip2recover' '_bzip2'
|
228 |
+
'bzr' '_bzr'
|
229 |
+
'c++' '_gcc'
|
230 |
+
'cabal' '_cabal'
|
231 |
+
'caffeinate' '_caffeinate'
|
232 |
+
'cal' '_cal'
|
233 |
+
'calendar' '_calendar'
|
234 |
+
'cat' '_cat'
|
235 |
+
'catchsegv' '_precommand'
|
236 |
+
'cc' '_gcc'
|
237 |
+
'ccal' '_ccal'
|
238 |
+
'cd' '_cd'
|
239 |
+
'cdbs-edit-patch' '_cdbs-edit-patch'
|
240 |
+
'cdc' '_sccs'
|
241 |
+
'cdcd' '_cdcd'
|
242 |
+
'cdr' '_cdr'
|
243 |
+
'cdrdao' '_cdrdao'
|
244 |
+
'cdrecord' '_cdrecord'
|
245 |
+
'ceilometer' '_openstack'
|
246 |
+
'certtool' '_gnutls'
|
247 |
+
'cftp' '_twisted'
|
248 |
+
'chage' '_users'
|
249 |
+
'chattr' '_chattr'
|
250 |
+
'chcon' '_chcon'
|
251 |
+
'chdir' '_cd'
|
252 |
+
'chflags' '_chflags'
|
253 |
+
'chfn' '_users'
|
254 |
+
'chgrp' '_chown'
|
255 |
+
'chimera' '_webbrowser'
|
256 |
+
'chkconfig' '_chkconfig'
|
257 |
+
'chkstow' '_stow'
|
258 |
+
'chmod' '_chmod'
|
259 |
+
'chown' '_chown'
|
260 |
+
'chpass' '_chsh'
|
261 |
+
'chroot' '_chroot'
|
262 |
+
'chrt' '_chrt'
|
263 |
+
'chsh' '_chsh'
|
264 |
+
'ci' '_rcs'
|
265 |
+
'cifsiostat' '_sysstat'
|
266 |
+
'cinder' '_openstack'
|
267 |
+
'ckeygen' '_twisted'
|
268 |
+
'cksum' '_cksum'
|
269 |
+
'clang' '_gcc'
|
270 |
+
'clang++' '_gcc'
|
271 |
+
'clay' '_clay'
|
272 |
+
'clear' '_nothing'
|
273 |
+
'cloudkitty' '_openstack'
|
274 |
+
'clusterdb' '_postgresql'
|
275 |
+
'cmp' '_cmp'
|
276 |
+
'co' '_rcs'
|
277 |
+
'code' '_code'
|
278 |
+
'column' '_column'
|
279 |
+
'comb' '_sccs'
|
280 |
+
'combine' '_imagemagick'
|
281 |
+
'combinediff' '_patchutils'
|
282 |
+
'comm' '_comm'
|
283 |
+
'command' '_command'
|
284 |
+
'comp' '_mh'
|
285 |
+
'compadd' '_compadd'
|
286 |
+
'compdef' '_compdef'
|
287 |
+
'composer' '_composer'
|
288 |
+
'composer.phar' '_composer'
|
289 |
+
'composite' '_imagemagick'
|
290 |
+
'compress' '_compress'
|
291 |
+
'conch' '_twisted'
|
292 |
+
'config.status' '_configure'
|
293 |
+
'configure' '_configure'
|
294 |
+
'convert' '_imagemagick'
|
295 |
+
'coreadm' '_coreadm'
|
296 |
+
'cowsay' '_cowsay'
|
297 |
+
'cowthink' '_cowsay'
|
298 |
+
'cp' '_cp'
|
299 |
+
'cpio' '_cpio'
|
300 |
+
'cplay' '_cplay'
|
301 |
+
'cpupower' '_cpupower'
|
302 |
+
'createdb' '_postgresql'
|
303 |
+
'createuser' '_postgresql'
|
304 |
+
'crontab' '_crontab'
|
305 |
+
'crsh' '_cssh'
|
306 |
+
'cryptsetup' '_cryptsetup'
|
307 |
+
'cscope' '_cscope'
|
308 |
+
'csh' '_sh'
|
309 |
+
'cssh' '_cssh'
|
310 |
+
'csup' '_csup'
|
311 |
+
'cu' '_cu'
|
312 |
+
'curl' '_curl'
|
313 |
+
'cut' '_cut'
|
314 |
+
'cvs' '_cvs'
|
315 |
+
'cvsup' '_cvsup'
|
316 |
+
'cygcheck' '_cygcheck'
|
317 |
+
'cygcheck.exe' '_cygcheck'
|
318 |
+
'cygpath' '_cygpath'
|
319 |
+
'cygpath.exe' '_cygpath'
|
320 |
+
'cygrunsrv' '_cygrunsrv'
|
321 |
+
'cygrunsrv.exe' '_cygrunsrv'
|
322 |
+
'cygserver' '_cygserver'
|
323 |
+
'cygserver.exe' '_cygserver'
|
324 |
+
'cygstart' '_cygstart'
|
325 |
+
'cygstart.exe' '_cygstart'
|
326 |
+
'dak' '_dak'
|
327 |
+
'darcs' '_darcs'
|
328 |
+
'dash' '_sh'
|
329 |
+
'date' '_date'
|
330 |
+
'dbus-launch' '_dbus'
|
331 |
+
'dbus-monitor' '_dbus'
|
332 |
+
'dbus-send' '_dbus'
|
333 |
+
'dch' '_debchange'
|
334 |
+
'dchroot' '_dchroot'
|
335 |
+
'dchroot-dsa' '_dchroot-dsa'
|
336 |
+
'dconf' '_dconf'
|
337 |
+
'dcop' '_dcop'
|
338 |
+
'dcopclient' '_dcop'
|
339 |
+
'dcopfind' '_dcop'
|
340 |
+
'dcopobject' '_dcop'
|
341 |
+
'dcopref' '_dcop'
|
342 |
+
'dcopstart' '_dcop'
|
343 |
+
'dcut' '_dcut'
|
344 |
+
'dd' '_dd'
|
345 |
+
'debchange' '_debchange'
|
346 |
+
'debcheckout' '_debcheckout'
|
347 |
+
'debdiff' '_debdiff'
|
348 |
+
'debfoster' '_debfoster'
|
349 |
+
'deborphan' '_deborphan'
|
350 |
+
'debsign' '_debsign'
|
351 |
+
'debuild' '_debuild'
|
352 |
+
'declare' '_typeset'
|
353 |
+
'defaults' '_defaults'
|
354 |
+
'delta' '_sccs'
|
355 |
+
'designate' '_openstack'
|
356 |
+
'devtodo' '_devtodo'
|
357 |
+
'df' '_df'
|
358 |
+
'dhclient' '_dhclient'
|
359 |
+
'dhclient3' '_dhclient'
|
360 |
+
'dhcpinfo' '_dhcpinfo'
|
361 |
+
'dict' '_dict'
|
362 |
+
'diff' '_diff'
|
363 |
+
'diff3' '_diff3'
|
364 |
+
'diffstat' '_diffstat'
|
365 |
+
'dig' '_dig'
|
366 |
+
'dillo' '_webbrowser'
|
367 |
+
'dircmp' '_directories'
|
368 |
+
'dirs' '_dirs'
|
369 |
+
'disable' '_disable'
|
370 |
+
'disown' '_jobs_fg'
|
371 |
+
'display' '_imagemagick'
|
372 |
+
'dist' '_mh'
|
373 |
+
'django-admin' '_django'
|
374 |
+
'django-admin.py' '_django'
|
375 |
+
'dkms' '_dkms'
|
376 |
+
'dladm' '_dladm'
|
377 |
+
'dlocate' '_dlocate'
|
378 |
+
'dmake' '_make'
|
379 |
+
'dmesg' '_dmesg'
|
380 |
+
'dmidecode' '_dmidecode'
|
381 |
+
'dnf' '_dnf'
|
382 |
+
'dnf-2' '_dnf'
|
383 |
+
'dnf-3' '_dnf'
|
384 |
+
'doas' '_doas'
|
385 |
+
'docker' '_docker'
|
386 |
+
'dockerd' '_docker'
|
387 |
+
'domainname' '_yp'
|
388 |
+
'dos2unix' '_dos2unix'
|
389 |
+
'dosdel' '_floppy'
|
390 |
+
'dosread' '_floppy'
|
391 |
+
'dpatch-edit-patch' '_dpatch-edit-patch'
|
392 |
+
'dpkg' '_dpkg'
|
393 |
+
'dpkg-buildpackage' '_dpkg-buildpackage'
|
394 |
+
'dpkg-cross' '_dpkg-cross'
|
395 |
+
'dpkg-deb' '_dpkg'
|
396 |
+
'dpkg-query' '_dpkg'
|
397 |
+
'dpkg-reconfigure' '_dpkg'
|
398 |
+
'dpkg-repack' '_dpkg-repack'
|
399 |
+
'dpkg-source' '_dpkg_source'
|
400 |
+
'dput' '_dput'
|
401 |
+
'drill' '_drill'
|
402 |
+
'dropdb' '_postgresql'
|
403 |
+
'dropuser' '_postgresql'
|
404 |
+
'dsh' '_dsh'
|
405 |
+
'dtrace' '_dtrace'
|
406 |
+
'dtruss' '_dtruss'
|
407 |
+
'du' '_du'
|
408 |
+
'dumpadm' '_dumpadm'
|
409 |
+
'dumper' '_dumper'
|
410 |
+
'dumper.exe' '_dumper'
|
411 |
+
'dupload' '_dupload'
|
412 |
+
'dvibook' '_dvi'
|
413 |
+
'dviconcat' '_dvi'
|
414 |
+
'dvicopy' '_dvi'
|
415 |
+
'dvidvi' '_dvi'
|
416 |
+
'dvipdf' '_dvi'
|
417 |
+
'dvips' '_dvi'
|
418 |
+
'dviselect' '_dvi'
|
419 |
+
'dvitodvi' '_dvi'
|
420 |
+
'dvitype' '_dvi'
|
421 |
+
'dwb' '_webbrowser'
|
422 |
+
'e2label' '_e2label'
|
423 |
+
'eatmydata' '_precommand'
|
424 |
+
'ecasound' '_ecasound'
|
425 |
+
'echotc' '_echotc'
|
426 |
+
'echoti' '_echoti'
|
427 |
+
'ed' '_ed'
|
428 |
+
'egrep' '_grep'
|
429 |
+
'elfdump' '_elfdump'
|
430 |
+
'elinks' '_elinks'
|
431 |
+
'emulate' '_emulate'
|
432 |
+
'enable' '_enable'
|
433 |
+
'enscript' '_enscript'
|
434 |
+
'entr' '_entr'
|
435 |
+
'env' '_env'
|
436 |
+
'eog' '_eog'
|
437 |
+
'epdfview' '_pdf'
|
438 |
+
'epsffit' '_psutils'
|
439 |
+
'erb' '_ruby'
|
440 |
+
'espeak' '_espeak'
|
441 |
+
'etags' '_etags'
|
442 |
+
'ethtool' '_ethtool'
|
443 |
+
'eu-nm' '_nm'
|
444 |
+
'eu-objdump' '_objdump'
|
445 |
+
'eu-readelf' '_readelf'
|
446 |
+
'eu-strings' '_strings'
|
447 |
+
'eval' '_precommand'
|
448 |
+
'eview' '_vim'
|
449 |
+
'evim' '_vim'
|
450 |
+
'evince' '_evince'
|
451 |
+
'exec' '_exec'
|
452 |
+
'expand' '_unexpand'
|
453 |
+
'explodepkg' '_pkgtool'
|
454 |
+
'export' '_typeset'
|
455 |
+
'express' '_webbrowser'
|
456 |
+
'extcheck' '_java'
|
457 |
+
'extractres' '_psutils'
|
458 |
+
'fakeroot' '_fakeroot'
|
459 |
+
'false' '_nothing'
|
460 |
+
'fc' '_fc'
|
461 |
+
'fc-list' '_xft_fonts'
|
462 |
+
'fc-match' '_xft_fonts'
|
463 |
+
'feh' '_feh'
|
464 |
+
'fetch' '_fetch'
|
465 |
+
'fetchmail' '_fetchmail'
|
466 |
+
'ffmpeg' '_ffmpeg'
|
467 |
+
'fg' '_jobs_fg'
|
468 |
+
'fgrep' '_grep'
|
469 |
+
'figlet' '_figlet'
|
470 |
+
'filterdiff' '_patchutils'
|
471 |
+
'find' '_find'
|
472 |
+
'findaffix' '_ispell'
|
473 |
+
'findmnt' '_findmnt'
|
474 |
+
'finger' '_finger'
|
475 |
+
'fink' '_fink'
|
476 |
+
'firefox' '_mozilla'
|
477 |
+
'fixdlsrps' '_psutils'
|
478 |
+
'fixfmps' '_psutils'
|
479 |
+
'fixmacps' '_psutils'
|
480 |
+
'fixpsditps' '_psutils'
|
481 |
+
'fixpspps' '_psutils'
|
482 |
+
'fixscribeps' '_psutils'
|
483 |
+
'fixtpps' '_psutils'
|
484 |
+
'fixwfwps' '_psutils'
|
485 |
+
'fixwpps' '_psutils'
|
486 |
+
'fixwwps' '_psutils'
|
487 |
+
'flac' '_flac'
|
488 |
+
'flex' '_flex'
|
489 |
+
'flex++' '_flex'
|
490 |
+
'flipdiff' '_patchutils'
|
491 |
+
'flist' '_mh'
|
492 |
+
'flists' '_mh'
|
493 |
+
'float' '_typeset'
|
494 |
+
'flowadm' '_flowadm'
|
495 |
+
'fmadm' '_fmadm'
|
496 |
+
'fmt' '_fmt'
|
497 |
+
'fmttest' '_mh'
|
498 |
+
'fned' '_zed'
|
499 |
+
'fnext' '_mh'
|
500 |
+
'fold' '_fold'
|
501 |
+
'folder' '_mh'
|
502 |
+
'folders' '_mh'
|
503 |
+
'fortune' '_fortune'
|
504 |
+
'forw' '_mh'
|
505 |
+
'fprev' '_mh'
|
506 |
+
'free' '_free'
|
507 |
+
'freebsd-make' '_make'
|
508 |
+
'freebsd-update' '_freebsd-update'
|
509 |
+
'freezer' '_openstack'
|
510 |
+
'fs_usage' '_fs_usage'
|
511 |
+
'fsh' '_fsh'
|
512 |
+
'fstat' '_fstat'
|
513 |
+
'ftp' '_hosts'
|
514 |
+
'functions' '_typeset'
|
515 |
+
'fuser' '_fuser'
|
516 |
+
'fusermount' '_fusermount'
|
517 |
+
'fw_update' '_fw_update'
|
518 |
+
'fwhois' '_whois'
|
519 |
+
'g++' '_gcc'
|
520 |
+
'galeon' '_webbrowser'
|
521 |
+
'gawk' '_awk'
|
522 |
+
'gb2sum' '_md5sum'
|
523 |
+
'gbase32' '_base64'
|
524 |
+
'gbase64' '_base64'
|
525 |
+
'gbasename' '_basename'
|
526 |
+
'gcat' '_cat'
|
527 |
+
'gcc' '_gcc'
|
528 |
+
'gccgo' '_go'
|
529 |
+
'gchgrp' '_chown'
|
530 |
+
'gchmod' '_chmod'
|
531 |
+
'gchown' '_chown'
|
532 |
+
'gchroot' '_chroot'
|
533 |
+
'gcksum' '_cksum'
|
534 |
+
'gcmp' '_cmp'
|
535 |
+
'gcomm' '_comm'
|
536 |
+
'gcore' '_gcore'
|
537 |
+
'gcp' '_cp'
|
538 |
+
'gcut' '_cut'
|
539 |
+
'gdate' '_date'
|
540 |
+
'gdb' '_gdb'
|
541 |
+
'gdd' '_dd'
|
542 |
+
'gdf' '_df'
|
543 |
+
'gdiff' '_diff'
|
544 |
+
'gdu' '_du'
|
545 |
+
'geany' '_geany'
|
546 |
+
'gegrep' '_grep'
|
547 |
+
'gem' '_gem'
|
548 |
+
'genisoimage' '_genisoimage'
|
549 |
+
'genv' '_env'
|
550 |
+
'get' '_sccs'
|
551 |
+
'getafm' '_psutils'
|
552 |
+
'getclip' '_getclip'
|
553 |
+
'getclip.exe' '_getclip'
|
554 |
+
'getconf' '_getconf'
|
555 |
+
'getent' '_getent'
|
556 |
+
'getfacl' '_getfacl'
|
557 |
+
'getfacl.exe' '_getfacl'
|
558 |
+
'getfattr' '_attr'
|
559 |
+
'getmail' '_getmail'
|
560 |
+
'getopt' '_getopt'
|
561 |
+
'getopts' '_vars'
|
562 |
+
'gex' '_vim'
|
563 |
+
'gexpand' '_unexpand'
|
564 |
+
'gfgrep' '_grep'
|
565 |
+
'gfind' '_find'
|
566 |
+
'gfmt' '_fmt'
|
567 |
+
'gfold' '_fold'
|
568 |
+
'ggetopt' '_getopt'
|
569 |
+
'ggrep' '_grep'
|
570 |
+
'ggv' '_gnome-gv'
|
571 |
+
'ghead' '_head'
|
572 |
+
'ghostscript' '_ghostscript'
|
573 |
+
'ghostview' '_pspdf'
|
574 |
+
'gid' '_id'
|
575 |
+
'ginstall' '_install'
|
576 |
+
'git' '_git'
|
577 |
+
'git-buildpackage' '_git-buildpackage'
|
578 |
+
'git-cvsserver' '_git'
|
579 |
+
'git-receive-pack' '_git'
|
580 |
+
'git-shell' '_git'
|
581 |
+
'git-upload-archive' '_git'
|
582 |
+
'git-upload-pack' '_git'
|
583 |
+
'gitk' '_git'
|
584 |
+
'gjoin' '_join'
|
585 |
+
'glance' '_openstack'
|
586 |
+
'gln' '_ln'
|
587 |
+
'global' '_global'
|
588 |
+
'glocate' '_locate'
|
589 |
+
'gls' '_ls'
|
590 |
+
'gm' '_graphicsmagick'
|
591 |
+
'gmake' '_make'
|
592 |
+
'gmd5sum' '_md5sum'
|
593 |
+
'gmkdir' '_mkdir'
|
594 |
+
'gmkfifo' '_mkfifo'
|
595 |
+
'gmknod' '_mknod'
|
596 |
+
'gmktemp' '_mktemp'
|
597 |
+
'gmplayer' '_mplayer'
|
598 |
+
'gmv' '_mv'
|
599 |
+
'gnl' '_nl'
|
600 |
+
'gnocchi' '_openstack'
|
601 |
+
'gnome-gv' '_gnome-gv'
|
602 |
+
'gnumfmt' '_numfmt'
|
603 |
+
'gnupod_INIT' '_gnupod'
|
604 |
+
'gnupod_INIT.pl' '_gnupod'
|
605 |
+
'gnupod_addsong' '_gnupod'
|
606 |
+
'gnupod_addsong.pl' '_gnupod'
|
607 |
+
'gnupod_check' '_gnupod'
|
608 |
+
'gnupod_check.pl' '_gnupod'
|
609 |
+
'gnupod_search' '_gnupod'
|
610 |
+
'gnupod_search.pl' '_gnupod'
|
611 |
+
'gnutls-cli' '_gnutls'
|
612 |
+
'gnutls-cli-debug' '_gnutls'
|
613 |
+
'gnutls-serv' '_gnutls'
|
614 |
+
'god' '_od'
|
615 |
+
'gofmt' '_go'
|
616 |
+
'gpasswd' '_gpasswd'
|
617 |
+
'gpaste' '_paste'
|
618 |
+
'gpatch' '_patch'
|
619 |
+
'gpg' '_gpg'
|
620 |
+
'gpg-zip' '_gpg'
|
621 |
+
'gpg2' '_gpg'
|
622 |
+
'gpgv' '_gpg'
|
623 |
+
'gphoto2' '_gphoto2'
|
624 |
+
'gprintenv' '_printenv'
|
625 |
+
'gprof' '_gprof'
|
626 |
+
'gqview' '_gqview'
|
627 |
+
'gradle' '_gradle'
|
628 |
+
'gradlew' '_gradle'
|
629 |
+
'grail' '_webbrowser'
|
630 |
+
'greadlink' '_readlink'
|
631 |
+
'grep' '_grep'
|
632 |
+
'grep-excuses' '_grep-excuses'
|
633 |
+
'grepdiff' '_patchutils'
|
634 |
+
'grm' '_rm'
|
635 |
+
'grmdir' '_rmdir'
|
636 |
+
'groff' '_groff'
|
637 |
+
'groupadd' '_user_admin'
|
638 |
+
'groupdel' '_groups'
|
639 |
+
'groupmod' '_user_admin'
|
640 |
+
'groups' '_users'
|
641 |
+
'growisofs' '_growisofs'
|
642 |
+
'gs' '_ghostscript'
|
643 |
+
'gsbj' '_pspdf'
|
644 |
+
'gsdj' '_pspdf'
|
645 |
+
'gsdj500' '_pspdf'
|
646 |
+
'gsed' '_sed'
|
647 |
+
'gseq' '_seq'
|
648 |
+
'gsettings' '_gsettings'
|
649 |
+
'gsha1sum' '_md5sum'
|
650 |
+
'gsha224sum' '_md5sum'
|
651 |
+
'gsha256sum' '_md5sum'
|
652 |
+
'gsha384sum' '_md5sum'
|
653 |
+
'gsha512sum' '_md5sum'
|
654 |
+
'gshred' '_shred'
|
655 |
+
'gshuf' '_shuf'
|
656 |
+
'gslj' '_pspdf'
|
657 |
+
'gslp' '_pspdf'
|
658 |
+
'gsnd' '_pspdf'
|
659 |
+
'gsort' '_sort'
|
660 |
+
'gsplit' '_split'
|
661 |
+
'gstat' '_gstat'
|
662 |
+
'gstdbuf' '_stdbuf'
|
663 |
+
'gstrings' '_strings'
|
664 |
+
'gstty' '_stty'
|
665 |
+
'gsum' '_cksum'
|
666 |
+
'gtac' '_tac'
|
667 |
+
'gtail' '_tail'
|
668 |
+
'gtar' '_tar'
|
669 |
+
'gtee' '_tee'
|
670 |
+
'gtimeout' '_timeout'
|
671 |
+
'gtouch' '_touch'
|
672 |
+
'gtr' '_tr'
|
673 |
+
'gtty' '_tty'
|
674 |
+
'guilt' '_guilt'
|
675 |
+
'guilt-add' '_guilt'
|
676 |
+
'guilt-applied' '_guilt'
|
677 |
+
'guilt-delete' '_guilt'
|
678 |
+
'guilt-files' '_guilt'
|
679 |
+
'guilt-fold' '_guilt'
|
680 |
+
'guilt-fork' '_guilt'
|
681 |
+
'guilt-header' '_guilt'
|
682 |
+
'guilt-help' '_guilt'
|
683 |
+
'guilt-import' '_guilt'
|
684 |
+
'guilt-import-commit' '_guilt'
|
685 |
+
'guilt-init' '_guilt'
|
686 |
+
'guilt-new' '_guilt'
|
687 |
+
'guilt-next' '_guilt'
|
688 |
+
'guilt-patchbomb' '_guilt'
|
689 |
+
'guilt-pop' '_guilt'
|
690 |
+
'guilt-prev' '_guilt'
|
691 |
+
'guilt-push' '_guilt'
|
692 |
+
'guilt-rebase' '_guilt'
|
693 |
+
'guilt-refresh' '_guilt'
|
694 |
+
'guilt-rm' '_guilt'
|
695 |
+
'guilt-series' '_guilt'
|
696 |
+
'guilt-status' '_guilt'
|
697 |
+
'guilt-top' '_guilt'
|
698 |
+
'guilt-unapplied' '_guilt'
|
699 |
+
'guname' '_uname'
|
700 |
+
'gunexpand' '_unexpand'
|
701 |
+
'guniq' '_uniq'
|
702 |
+
'gunzip' '_gzip'
|
703 |
+
'guptime' '_uptime'
|
704 |
+
'gv' '_gv'
|
705 |
+
'gview' '_vim'
|
706 |
+
'gvim' '_vim'
|
707 |
+
'gvimdiff' '_vim'
|
708 |
+
'gwc' '_wc'
|
709 |
+
'gwho' '_who'
|
710 |
+
'gxargs' '_xargs'
|
711 |
+
'gzcat' '_gzip'
|
712 |
+
'gzegrep' '_grep'
|
713 |
+
'gzfgrep' '_grep'
|
714 |
+
'gzgrep' '_grep'
|
715 |
+
'gzilla' '_webbrowser'
|
716 |
+
'gzip' '_gzip'
|
717 |
+
'hash' '_hash'
|
718 |
+
'hd' '_hexdump'
|
719 |
+
'hdiutil' '_hdiutil'
|
720 |
+
'head' '_head'
|
721 |
+
'heat' '_openstack'
|
722 |
+
'help' '_sccs'
|
723 |
+
'hexdump' '_hexdump'
|
724 |
+
'hilite' '_precommand'
|
725 |
+
'history' '_fc'
|
726 |
+
'host' '_host'
|
727 |
+
'hostname' '_hostname'
|
728 |
+
'hostnamectl' '_hostnamectl'
|
729 |
+
'hotjava' '_webbrowser'
|
730 |
+
'htop' '_htop'
|
731 |
+
'hwinfo' '_hwinfo'
|
732 |
+
'iceweasel' '_mozilla'
|
733 |
+
'icombine' '_ispell'
|
734 |
+
'iconv' '_iconv'
|
735 |
+
'iconvconfig' '_iconvconfig'
|
736 |
+
'id' '_id'
|
737 |
+
'identify' '_imagemagick'
|
738 |
+
'ifconfig' '_ifconfig'
|
739 |
+
'ifdown' '_net_interfaces'
|
740 |
+
'iftop' '_iftop'
|
741 |
+
'ifup' '_net_interfaces'
|
742 |
+
'ijoin' '_ispell'
|
743 |
+
'import' '_imagemagick'
|
744 |
+
'inc' '_mh'
|
745 |
+
'includeres' '_psutils'
|
746 |
+
'inetadm' '_inetadm'
|
747 |
+
'info' '_texinfo'
|
748 |
+
'infocmp' '_terminals'
|
749 |
+
'initctl' '_initctl'
|
750 |
+
'initdb' '_postgresql'
|
751 |
+
'insmod' '_modutils'
|
752 |
+
'install' '_install'
|
753 |
+
'install-info' '_texinfo'
|
754 |
+
'installpkg' '_pkgtool'
|
755 |
+
'integer' '_typeset'
|
756 |
+
'interdiff' '_patchutils'
|
757 |
+
'invoke-rc.d' '_invoke-rc.d'
|
758 |
+
'ionice' '_ionice'
|
759 |
+
'iostat' '_iostat'
|
760 |
+
'ip' '_ip'
|
761 |
+
'ip6tables' '_iptables'
|
762 |
+
'ip6tables-restore' '_iptables'
|
763 |
+
'ip6tables-save' '_iptables'
|
764 |
+
'ipadm' '_ipadm'
|
765 |
+
'ipkg' '_opkg'
|
766 |
+
'ipsec' '_ipsec'
|
767 |
+
'ipset' '_ipset'
|
768 |
+
'iptables' '_iptables'
|
769 |
+
'iptables-restore' '_iptables'
|
770 |
+
'iptables-save' '_iptables'
|
771 |
+
'irb' '_ruby'
|
772 |
+
'ironic' '_openstack'
|
773 |
+
'irssi' '_irssi'
|
774 |
+
'isag' '_sysstat'
|
775 |
+
'ispell' '_ispell'
|
776 |
+
'iwconfig' '_iwconfig'
|
777 |
+
'jadetex' '_tex'
|
778 |
+
'jail' '_jail'
|
779 |
+
'jar' '_java'
|
780 |
+
'jarsigner' '_java'
|
781 |
+
'java' '_java'
|
782 |
+
'javac' '_java'
|
783 |
+
'javadoc' '_java'
|
784 |
+
'javah' '_java'
|
785 |
+
'javap' '_java'
|
786 |
+
'jdb' '_java'
|
787 |
+
'jexec' '_jexec'
|
788 |
+
'jls' '_jls'
|
789 |
+
'jobs' '_jobs_builtin'
|
790 |
+
'joe' '_joe'
|
791 |
+
'join' '_join'
|
792 |
+
'jot' '_jot'
|
793 |
+
'journalctl' '_journalctl'
|
794 |
+
'jq' '_jq'
|
795 |
+
'kdeconnect-cli' '_kdeconnect'
|
796 |
+
'kernel-install' '_kernel-install'
|
797 |
+
'keystone' '_openstack'
|
798 |
+
'keytool' '_java'
|
799 |
+
'kfmclient' '_kfmclient'
|
800 |
+
'kill' '_kill'
|
801 |
+
'killall' '_killall'
|
802 |
+
'killall5' '_killall'
|
803 |
+
'kioclient' '_kfmclient'
|
804 |
+
'kldload' '_kld'
|
805 |
+
'kldunload' '_kld'
|
806 |
+
'knock' '_knock'
|
807 |
+
'konqueror' '_webbrowser'
|
808 |
+
'kpartx' '_kpartx'
|
809 |
+
'kpdf' '_pdf'
|
810 |
+
'ksh' '_sh'
|
811 |
+
'ksh88' '_sh'
|
812 |
+
'ksh93' '_sh'
|
813 |
+
'kvno' '_kvno'
|
814 |
+
'last' '_last'
|
815 |
+
'lastb' '_last'
|
816 |
+
'latex' '_tex'
|
817 |
+
'latexmk' '_tex'
|
818 |
+
'ldap' '_ldap'
|
819 |
+
'ldconfig' '_ldconfig'
|
820 |
+
'ldconfig.real' '_ldconfig'
|
821 |
+
'ldd' '_ldd'
|
822 |
+
'less' '_less'
|
823 |
+
'let' '_math'
|
824 |
+
'lftp' '_ncftp'
|
825 |
+
'lha' '_lha'
|
826 |
+
'light' '_webbrowser'
|
827 |
+
'lighty-disable-mod' '_lighttpd'
|
828 |
+
'lighty-enable-mod' '_lighttpd'
|
829 |
+
'limit' '_limit'
|
830 |
+
'links' '_links'
|
831 |
+
'links2' '_links'
|
832 |
+
'lintian' '_lintian'
|
833 |
+
'lintian-info' '_lintian'
|
834 |
+
'linux' '_uml'
|
835 |
+
'lldb' '_lldb'
|
836 |
+
'llvm-g++' '_gcc'
|
837 |
+
'llvm-gcc' '_gcc'
|
838 |
+
'llvm-objdump' '_objdump'
|
839 |
+
'llvm-otool' '_otool'
|
840 |
+
'ln' '_ln'
|
841 |
+
'loadkeys' '_loadkeys'
|
842 |
+
'local' '_typeset'
|
843 |
+
'locale' '_locale'
|
844 |
+
'localectl' '_localectl'
|
845 |
+
'localedef' '_localedef'
|
846 |
+
'locate' '_locate'
|
847 |
+
'log' '_nothing'
|
848 |
+
'loginctl' '_loginctl'
|
849 |
+
'logname' '_nothing'
|
850 |
+
'look' '_look'
|
851 |
+
'losetup' '_losetup'
|
852 |
+
'lp' '_lp'
|
853 |
+
'lpadmin' '_lp'
|
854 |
+
'lpinfo' '_lp'
|
855 |
+
'lpoptions' '_lp'
|
856 |
+
'lpq' '_lp'
|
857 |
+
'lpr' '_lp'
|
858 |
+
'lprm' '_lp'
|
859 |
+
'lpstat' '_lp'
|
860 |
+
'ls' '_ls'
|
861 |
+
'lsattr' '_lsattr'
|
862 |
+
'lsblk' '_lsblk'
|
863 |
+
'lscfg' '_lscfg'
|
864 |
+
'lsdev' '_lsdev'
|
865 |
+
'lsdiff' '_patchutils'
|
866 |
+
'lslv' '_lslv'
|
867 |
+
'lsmod' '_modutils'
|
868 |
+
'lsof' '_lsof'
|
869 |
+
'lspv' '_lspv'
|
870 |
+
'lsusb' '_lsusb'
|
871 |
+
'lsvg' '_lsvg'
|
872 |
+
'ltrace' '_ltrace'
|
873 |
+
'lua' '_lua'
|
874 |
+
'luarocks' '_luarocks'
|
875 |
+
'lynx' '_lynx'
|
876 |
+
'lz4' '_lz4'
|
877 |
+
'lz4c' '_lz4'
|
878 |
+
'lz4c32' '_lz4'
|
879 |
+
'lz4cat' '_lz4'
|
880 |
+
'lzcat' '_xz'
|
881 |
+
'lzma' '_xz'
|
882 |
+
'lzop' '_lzop'
|
883 |
+
'm-a' '_module-assistant'
|
884 |
+
'mac2unix' '_dos2unix'
|
885 |
+
'madison' '_madison'
|
886 |
+
'magnum' '_openstack'
|
887 |
+
'mail' '_mail'
|
888 |
+
'mailx' '_mail'
|
889 |
+
'make' '_make'
|
890 |
+
'make-kpkg' '_make-kpkg'
|
891 |
+
'makeinfo' '_texinfo'
|
892 |
+
'makepkg' '_pkgtool'
|
893 |
+
'man' '_man'
|
894 |
+
'manage.py' '_django'
|
895 |
+
'manila' '_openstack'
|
896 |
+
'mark' '_mh'
|
897 |
+
'matlab' '_matlab'
|
898 |
+
'mattrib' '_mtools'
|
899 |
+
'mcd' '_mtools'
|
900 |
+
'mcopy' '_mtools'
|
901 |
+
'md2' '_cksum'
|
902 |
+
'md4' '_cksum'
|
903 |
+
'md5' '_cksum'
|
904 |
+
'md5sum' '_md5sum'
|
905 |
+
'mdadm' '_mdadm'
|
906 |
+
'mdel' '_mtools'
|
907 |
+
'mdeltree' '_mtools'
|
908 |
+
'mdfind' '_mdfind'
|
909 |
+
'mdir' '_mtools'
|
910 |
+
'mdls' '_mdls'
|
911 |
+
'mdu' '_mtools'
|
912 |
+
'mdutil' '_mdutil'
|
913 |
+
'members' '_members'
|
914 |
+
'mencal' '_mencal'
|
915 |
+
'mere' '_mere'
|
916 |
+
'merge' '_rcs'
|
917 |
+
'mergechanges' '_mergechanges'
|
918 |
+
'metaflac' '_flac'
|
919 |
+
'mformat' '_mtools'
|
920 |
+
'mgv' '_pspdf'
|
921 |
+
'mhfixmsg' '_mh'
|
922 |
+
'mhlist' '_mh'
|
923 |
+
'mhmail' '_mh'
|
924 |
+
'mhn' '_mh'
|
925 |
+
'mhparam' '_mh'
|
926 |
+
'mhpath' '_mh'
|
927 |
+
'mhshow' '_mh'
|
928 |
+
'mhstore' '_mh'
|
929 |
+
'mii-tool' '_mii-tool'
|
930 |
+
'mistral' '_openstack'
|
931 |
+
'mixerctl' '_mixerctl'
|
932 |
+
'mkdir' '_mkdir'
|
933 |
+
'mkfifo' '_mkfifo'
|
934 |
+
'mkisofs' '_growisofs'
|
935 |
+
'mknod' '_mknod'
|
936 |
+
'mksh' '_sh'
|
937 |
+
'mkshortcut' '_mkshortcut'
|
938 |
+
'mkshortcut.exe' '_mkshortcut'
|
939 |
+
'mktemp' '_mktemp'
|
940 |
+
'mktunes' '_gnupod'
|
941 |
+
'mktunes.pl' '_gnupod'
|
942 |
+
'mkzsh' '_mkzsh'
|
943 |
+
'mkzsh.exe' '_mkzsh'
|
944 |
+
'mlabel' '_mtools'
|
945 |
+
'mlocate' '_locate'
|
946 |
+
'mmd' '_mtools'
|
947 |
+
'mmm' '_webbrowser'
|
948 |
+
'mmount' '_mtools'
|
949 |
+
'mmove' '_mtools'
|
950 |
+
'modinfo' '_modutils'
|
951 |
+
'modprobe' '_modutils'
|
952 |
+
'module' '_module'
|
953 |
+
'module-assistant' '_module-assistant'
|
954 |
+
'mogrify' '_imagemagick'
|
955 |
+
'monasca' '_openstack'
|
956 |
+
'mondoarchive' '_mondo'
|
957 |
+
'montage' '_imagemagick'
|
958 |
+
'moosic' '_moosic'
|
959 |
+
'mosh' '_mosh'
|
960 |
+
'mount' '_mount'
|
961 |
+
'mozilla' '_mozilla'
|
962 |
+
'mozilla-firefox' '_mozilla'
|
963 |
+
'mozilla-xremote-client' '_mozilla'
|
964 |
+
'mpc' '_mpc'
|
965 |
+
'mplayer' '_mplayer'
|
966 |
+
'mpstat' '_sysstat'
|
967 |
+
'mr' '_myrepos'
|
968 |
+
'mrd' '_mtools'
|
969 |
+
'mread' '_mtools'
|
970 |
+
'mren' '_mtools'
|
971 |
+
'msgchk' '_mh'
|
972 |
+
'mt' '_mt'
|
973 |
+
'mtn' '_monotone'
|
974 |
+
'mtoolstest' '_mtools'
|
975 |
+
'mtr' '_mtr'
|
976 |
+
'mtype' '_mtools'
|
977 |
+
'munchlist' '_ispell'
|
978 |
+
'mupdf' '_mupdf'
|
979 |
+
'murano' '_openstack'
|
980 |
+
'mush' '_mail'
|
981 |
+
'mutt' '_mutt'
|
982 |
+
'mv' '_mv'
|
983 |
+
'mvim' '_vim'
|
984 |
+
'mx' '_hosts'
|
985 |
+
'mysql' '_mysql_utils'
|
986 |
+
'mysqladmin' '_mysql_utils'
|
987 |
+
'mysqldiff' '_mysqldiff'
|
988 |
+
'mysqldump' '_mysql_utils'
|
989 |
+
'mysqlimport' '_mysql_utils'
|
990 |
+
'mysqlshow' '_mysql_utils'
|
991 |
+
'nail' '_mail'
|
992 |
+
'native2ascii' '_java'
|
993 |
+
'nautilus' '_nautilus'
|
994 |
+
'nawk' '_awk'
|
995 |
+
'nc' '_netcat'
|
996 |
+
'ncal' '_cal'
|
997 |
+
'ncftp' '_ncftp'
|
998 |
+
'ncl' '_nedit'
|
999 |
+
'nedit' '_nedit'
|
1000 |
+
'nedit-nc' '_nedit'
|
1001 |
+
'netcat' '_netcat'
|
1002 |
+
'netrik' '_webbrowser'
|
1003 |
+
'netscape' '_netscape'
|
1004 |
+
'netstat' '_netstat'
|
1005 |
+
'networkctl' '_networkctl'
|
1006 |
+
'networksetup' '_networksetup'
|
1007 |
+
'neutron' '_openstack'
|
1008 |
+
'new' '_mh'
|
1009 |
+
'newgrp' '_groups'
|
1010 |
+
'next' '_mh'
|
1011 |
+
'nginx' '_nginx'
|
1012 |
+
'ngrep' '_ngrep'
|
1013 |
+
'nice' '_nice'
|
1014 |
+
'nkf' '_nkf'
|
1015 |
+
'nl' '_nl'
|
1016 |
+
'nm' '_nm'
|
1017 |
+
'nmap' '_nmap'
|
1018 |
+
'nmblookup' '_samba'
|
1019 |
+
'nmcli' '_networkmanager'
|
1020 |
+
'nocorrect' '_precommand'
|
1021 |
+
'noglob' '_precommand'
|
1022 |
+
'nohup' '_precommand'
|
1023 |
+
'nova' '_openstack'
|
1024 |
+
'npm' '_npm'
|
1025 |
+
'ns' '_hosts'
|
1026 |
+
'nslookup' '_nslookup'
|
1027 |
+
'ntalk' '_other_accounts'
|
1028 |
+
'numfmt' '_numfmt'
|
1029 |
+
'nvim' '_vim'
|
1030 |
+
'nvram' '_nvram'
|
1031 |
+
'objdump' '_objdump'
|
1032 |
+
'od' '_od'
|
1033 |
+
'odme' '_object_classes'
|
1034 |
+
'odmget' '_object_classes'
|
1035 |
+
'odmshow' '_object_classes'
|
1036 |
+
'ogg123' '_vorbis'
|
1037 |
+
'oggdec' '_vorbis'
|
1038 |
+
'oggenc' '_vorbis'
|
1039 |
+
'ogginfo' '_vorbis'
|
1040 |
+
'oksh' '_sh'
|
1041 |
+
'okular' '_okular'
|
1042 |
+
'open' '_open'
|
1043 |
+
'openstack' '_openstack'
|
1044 |
+
'opera' '_webbrowser'
|
1045 |
+
'opera-next' '_webbrowser'
|
1046 |
+
'opkg' '_opkg'
|
1047 |
+
'osascript' '_osascript'
|
1048 |
+
'osc' '_osc'
|
1049 |
+
'otool' '_otool'
|
1050 |
+
'p4' '_perforce'
|
1051 |
+
'p4d' '_perforce'
|
1052 |
+
'pack' '_pack'
|
1053 |
+
'packf' '_mh'
|
1054 |
+
'pandoc' '_pandoc'
|
1055 |
+
'parsehdlist' '_urpmi'
|
1056 |
+
'passwd' '_users'
|
1057 |
+
'paste' '_paste'
|
1058 |
+
'patch' '_patch'
|
1059 |
+
'pax' '_pax'
|
1060 |
+
'pbcopy' '_pbcopy'
|
1061 |
+
'pbpaste' '_pbcopy'
|
1062 |
+
'pbuilder' '_pbuilder'
|
1063 |
+
'pcat' '_pack'
|
1064 |
+
'pcred' '_pids'
|
1065 |
+
'pdf2dsc' '_pdf'
|
1066 |
+
'pdf2ps' '_pdf'
|
1067 |
+
'pdffonts' '_pdf'
|
1068 |
+
'pdfimages' '_pdf'
|
1069 |
+
'pdfinfo' '_pdf'
|
1070 |
+
'pdfjadetex' '_tex'
|
1071 |
+
'pdflatex' '_tex'
|
1072 |
+
'pdfopt' '_pdf'
|
1073 |
+
'pdftex' '_tex'
|
1074 |
+
'pdftexi2dvi' '_texinfo'
|
1075 |
+
'pdftk' '_pdftk'
|
1076 |
+
'pdftopbm' '_pdf'
|
1077 |
+
'pdftops' '_pdf'
|
1078 |
+
'pdftotext' '_pdf'
|
1079 |
+
'pdksh' '_sh'
|
1080 |
+
'perl' '_perl'
|
1081 |
+
'perldoc' '_perldoc'
|
1082 |
+
'pfctl' '_pfctl'
|
1083 |
+
'pfexec' '_pfexec'
|
1084 |
+
'pfiles' '_pids'
|
1085 |
+
'pflags' '_pids'
|
1086 |
+
'pg_config' '_postgresql'
|
1087 |
+
'pg_ctl' '_postgresql'
|
1088 |
+
'pg_dump' '_postgresql'
|
1089 |
+
'pg_dumpall' '_postgresql'
|
1090 |
+
'pg_isready' '_postgresql'
|
1091 |
+
'pg_restore' '_postgresql'
|
1092 |
+
'pg_upgrade' '_postgresql'
|
1093 |
+
'pgrep' '_pgrep'
|
1094 |
+
'php' '_php'
|
1095 |
+
'pick' '_mh'
|
1096 |
+
'picocom' '_picocom'
|
1097 |
+
'pidof' '_pidof'
|
1098 |
+
'pidstat' '_sysstat'
|
1099 |
+
'pigz' '_gzip'
|
1100 |
+
'pine' '_pine'
|
1101 |
+
'pinef' '_pine'
|
1102 |
+
'pinfo' '_texinfo'
|
1103 |
+
'ping' '_ping'
|
1104 |
+
'ping6' '_ping'
|
1105 |
+
'piuparts' '_piuparts'
|
1106 |
+
'pkg' '_pkg5'
|
1107 |
+
'pkg-config' '_pkg-config'
|
1108 |
+
'pkg_add' '_bsd_pkg'
|
1109 |
+
'pkg_create' '_bsd_pkg'
|
1110 |
+
'pkg_delete' '_bsd_pkg'
|
1111 |
+
'pkg_info' '_bsd_pkg'
|
1112 |
+
'pkgadd' '_pkgadd'
|
1113 |
+
'pkgin' '_pkgin'
|
1114 |
+
'pkginfo' '_pkginfo'
|
1115 |
+
'pkgrm' '_pkgrm'
|
1116 |
+
'pkgtool' '_pkgtool'
|
1117 |
+
'pkill' '_pgrep'
|
1118 |
+
'pldd' '_pids'
|
1119 |
+
'plutil' '_plutil'
|
1120 |
+
'pmake' '_make'
|
1121 |
+
'pman' '_perl_modules'
|
1122 |
+
'pmap' '_pmap'
|
1123 |
+
'pmcat' '_perl_modules'
|
1124 |
+
'pmdesc' '_perl_modules'
|
1125 |
+
'pmeth' '_perl_modules'
|
1126 |
+
'pmexp' '_perl_modules'
|
1127 |
+
'pmfunc' '_perl_modules'
|
1128 |
+
'pmload' '_perl_modules'
|
1129 |
+
'pmls' '_perl_modules'
|
1130 |
+
'pmpath' '_perl_modules'
|
1131 |
+
'pmvers' '_perl_modules'
|
1132 |
+
'podgrep' '_perl_modules'
|
1133 |
+
'podpath' '_perl_modules'
|
1134 |
+
'podtoc' '_perl_modules'
|
1135 |
+
'poff' '_pon'
|
1136 |
+
'policytool' '_java'
|
1137 |
+
'pon' '_pon'
|
1138 |
+
'popd' '_directory_stack'
|
1139 |
+
'portaudit' '_portaudit'
|
1140 |
+
'portlint' '_portlint'
|
1141 |
+
'portmaster' '_portmaster'
|
1142 |
+
'portsnap' '_portsnap'
|
1143 |
+
'postconf' '_postfix'
|
1144 |
+
'postgres' '_postgresql'
|
1145 |
+
'postmaster' '_postgresql'
|
1146 |
+
'postqueue' '_postfix'
|
1147 |
+
'postsuper' '_postfix'
|
1148 |
+
'powerd' '_powerd'
|
1149 |
+
'prev' '_mh'
|
1150 |
+
'print' '_print'
|
1151 |
+
'printenv' '_printenv'
|
1152 |
+
'printf' '_print'
|
1153 |
+
'procstat' '_procstat'
|
1154 |
+
'prompt' '_prompt'
|
1155 |
+
'prove' '_prove'
|
1156 |
+
'prs' '_sccs'
|
1157 |
+
'prstat' '_prstat'
|
1158 |
+
'prt' '_sccs'
|
1159 |
+
'prun' '_pids'
|
1160 |
+
'ps' '_ps'
|
1161 |
+
'ps2ascii' '_pspdf'
|
1162 |
+
'ps2epsi' '_postscript'
|
1163 |
+
'ps2pdf' '_postscript'
|
1164 |
+
'ps2pdf12' '_postscript'
|
1165 |
+
'ps2pdf13' '_postscript'
|
1166 |
+
'ps2pdf14' '_postscript'
|
1167 |
+
'ps2pdfwr' '_postscript'
|
1168 |
+
'ps2ps' '_postscript'
|
1169 |
+
'psbook' '_psutils'
|
1170 |
+
'pscp' '_pscp'
|
1171 |
+
'pscp.exe' '_pscp'
|
1172 |
+
'psed' '_sed'
|
1173 |
+
'psig' '_pids'
|
1174 |
+
'psmerge' '_psutils'
|
1175 |
+
'psmulti' '_postscript'
|
1176 |
+
'psnup' '_psutils'
|
1177 |
+
'psql' '_postgresql'
|
1178 |
+
'psresize' '_psutils'
|
1179 |
+
'psselect' '_psutils'
|
1180 |
+
'pstack' '_pids'
|
1181 |
+
'pstoedit' '_pspdf'
|
1182 |
+
'pstop' '_pids'
|
1183 |
+
'pstops' '_psutils'
|
1184 |
+
'pstotgif' '_pspdf'
|
1185 |
+
'pswrap' '_postscript'
|
1186 |
+
'ptree' '_ptree'
|
1187 |
+
'pump' '_pump'
|
1188 |
+
'pushd' '_cd'
|
1189 |
+
'putclip' '_putclip'
|
1190 |
+
'putclip.exe' '_putclip'
|
1191 |
+
'pv' '_pv'
|
1192 |
+
'pwait' '_pids'
|
1193 |
+
'pwdx' '_pids'
|
1194 |
+
'pwgen' '_pwgen'
|
1195 |
+
'pyhtmlizer' '_twisted'
|
1196 |
+
'qdbus' '_qdbus'
|
1197 |
+
'qiv' '_qiv'
|
1198 |
+
'qtplay' '_qtplay'
|
1199 |
+
'querybts' '_bug'
|
1200 |
+
'quilt' '_quilt'
|
1201 |
+
'r' '_fc'
|
1202 |
+
'rake' '_rake'
|
1203 |
+
'ranlib' '_ranlib'
|
1204 |
+
'rar' '_rar'
|
1205 |
+
'rc' '_sh'
|
1206 |
+
'rcctl' '_rcctl'
|
1207 |
+
'rclone' '_rclone'
|
1208 |
+
'rcp' '_rlogin'
|
1209 |
+
'rcs' '_rcs'
|
1210 |
+
'rcsdiff' '_rcs'
|
1211 |
+
'rdesktop' '_rdesktop'
|
1212 |
+
'read' '_read'
|
1213 |
+
'readelf' '_readelf'
|
1214 |
+
'readlink' '_readlink'
|
1215 |
+
'readonly' '_typeset'
|
1216 |
+
'readshortcut' '_readshortcut'
|
1217 |
+
'readshortcut.exe' '_readshortcut'
|
1218 |
+
'rebootin' '_rebootin'
|
1219 |
+
'refile' '_mh'
|
1220 |
+
'rehash' '_hash'
|
1221 |
+
'reindexdb' '_postgresql'
|
1222 |
+
'reload' '_initctl'
|
1223 |
+
'removepkg' '_pkgtool'
|
1224 |
+
'remsh' '_rlogin'
|
1225 |
+
'renice' '_renice'
|
1226 |
+
'repl' '_mh'
|
1227 |
+
'reportbug' '_bug'
|
1228 |
+
'reprepro' '_reprepro'
|
1229 |
+
'resolvectl' '_resolvectl'
|
1230 |
+
'restart' '_initctl'
|
1231 |
+
'retawq' '_webbrowser'
|
1232 |
+
'rgview' '_vim'
|
1233 |
+
'rgvim' '_vim'
|
1234 |
+
'ri' '_ri'
|
1235 |
+
'rlogin' '_rlogin'
|
1236 |
+
'rm' '_rm'
|
1237 |
+
'rmadison' '_madison'
|
1238 |
+
'rmd160' '_cksum'
|
1239 |
+
'rmdel' '_sccs'
|
1240 |
+
'rmdir' '_rmdir'
|
1241 |
+
'rmf' '_mh'
|
1242 |
+
'rmic' '_java'
|
1243 |
+
'rmid' '_java'
|
1244 |
+
'rmiregistry' '_java'
|
1245 |
+
'rmm' '_mh'
|
1246 |
+
'rmmod' '_modutils'
|
1247 |
+
'route' '_route'
|
1248 |
+
'rpm' '_rpm'
|
1249 |
+
'rpmbuild' '_rpm'
|
1250 |
+
'rpmkeys' '_rpm'
|
1251 |
+
'rpmquery' '_rpm'
|
1252 |
+
'rpmsign' '_rpm'
|
1253 |
+
'rpmspec' '_rpm'
|
1254 |
+
'rpmverify' '_rpm'
|
1255 |
+
'rrdtool' '_rrdtool'
|
1256 |
+
'rsh' '_rlogin'
|
1257 |
+
'rsync' '_rsync'
|
1258 |
+
'rtin' '_tin'
|
1259 |
+
'rubber' '_rubber'
|
1260 |
+
'rubber-info' '_rubber'
|
1261 |
+
'rubber-pipe' '_rubber'
|
1262 |
+
'ruby' '_ruby'
|
1263 |
+
'ruby-mri' '_ruby'
|
1264 |
+
'run-help' '_run-help'
|
1265 |
+
'rup' '_hosts'
|
1266 |
+
'rusage' '_precommand'
|
1267 |
+
'rview' '_vim'
|
1268 |
+
'rvim' '_vim'
|
1269 |
+
'rwho' '_hosts'
|
1270 |
+
'rxvt' '_urxvt'
|
1271 |
+
's2p' '_sed'
|
1272 |
+
'sact' '_sccs'
|
1273 |
+
'sadf' '_sysstat'
|
1274 |
+
'sahara' '_openstack'
|
1275 |
+
'sar' '_sysstat'
|
1276 |
+
'savecore' '_savecore'
|
1277 |
+
'say' '_say'
|
1278 |
+
'sbuild' '_sbuild'
|
1279 |
+
'sc_usage' '_sc_usage'
|
1280 |
+
'scan' '_mh'
|
1281 |
+
'sccs' '_sccs'
|
1282 |
+
'sccsdiff' '_sccs'
|
1283 |
+
'sched' '_sched'
|
1284 |
+
'schedtool' '_schedtool'
|
1285 |
+
'schroot' '_schroot'
|
1286 |
+
'scl' '_scl'
|
1287 |
+
'scons' '_scons'
|
1288 |
+
'scp' '_ssh'
|
1289 |
+
'screen' '_screen'
|
1290 |
+
'script' '_script'
|
1291 |
+
'scriptreplay' '_script'
|
1292 |
+
'scselect' '_scselect'
|
1293 |
+
'scutil' '_scutil'
|
1294 |
+
'seaf-cli' '_seafile'
|
1295 |
+
'sed' '_sed'
|
1296 |
+
'senlin' '_openstack'
|
1297 |
+
'seq' '_seq'
|
1298 |
+
'serialver' '_java'
|
1299 |
+
'service' '_service'
|
1300 |
+
'set' '_set'
|
1301 |
+
'setfacl' '_setfacl'
|
1302 |
+
'setfacl.exe' '_setfacl'
|
1303 |
+
'setfattr' '_attr'
|
1304 |
+
'setopt' '_setopt'
|
1305 |
+
'setsid' '_setsid'
|
1306 |
+
'setxkbmap' '_setxkbmap'
|
1307 |
+
'sftp' '_ssh'
|
1308 |
+
'sh' '_sh'
|
1309 |
+
'sha1' '_cksum'
|
1310 |
+
'sha1sum' '_md5sum'
|
1311 |
+
'sha224sum' '_md5sum'
|
1312 |
+
'sha256' '_cksum'
|
1313 |
+
'sha256sum' '_md5sum'
|
1314 |
+
'sha384' '_cksum'
|
1315 |
+
'sha384sum' '_md5sum'
|
1316 |
+
'sha512' '_cksum'
|
1317 |
+
'sha512sum' '_md5sum'
|
1318 |
+
'sha512t256' '_cksum'
|
1319 |
+
'shasum' '_shasum'
|
1320 |
+
'shell-script' '_bootctl'
|
1321 |
+
'shift' '_arrays'
|
1322 |
+
'show' '_mh'
|
1323 |
+
'showchar' '_psutils'
|
1324 |
+
'showmount' '_showmount'
|
1325 |
+
'shred' '_shred'
|
1326 |
+
'shuf' '_shuf'
|
1327 |
+
'shutdown' '_shutdown'
|
1328 |
+
'signify' '_signify'
|
1329 |
+
'sisu' '_sisu'
|
1330 |
+
'skein1024' '_cksum'
|
1331 |
+
'skein256' '_cksum'
|
1332 |
+
'skein512' '_cksum'
|
1333 |
+
'skipstone' '_webbrowser'
|
1334 |
+
'slabtop' '_slabtop'
|
1335 |
+
'slitex' '_tex'
|
1336 |
+
'slocate' '_locate'
|
1337 |
+
'slogin' '_ssh'
|
1338 |
+
'slrn' '_slrn'
|
1339 |
+
'smartctl' '_smartmontools'
|
1340 |
+
'smbclient' '_samba'
|
1341 |
+
'smbcontrol' '_samba'
|
1342 |
+
'smbstatus' '_samba'
|
1343 |
+
'smit' '_smit'
|
1344 |
+
'smitty' '_smit'
|
1345 |
+
'snoop' '_snoop'
|
1346 |
+
'soa' '_hosts'
|
1347 |
+
'socket' '_socket'
|
1348 |
+
'sockstat' '_sockstat'
|
1349 |
+
'softwareupdate' '_softwareupdate'
|
1350 |
+
'sort' '_sort'
|
1351 |
+
'sortm' '_mh'
|
1352 |
+
'source' '_source'
|
1353 |
+
'spamassassin' '_spamassassin'
|
1354 |
+
'split' '_split'
|
1355 |
+
'splitdiff' '_patchutils'
|
1356 |
+
'sqlite' '_sqlite'
|
1357 |
+
'sqlite3' '_sqlite'
|
1358 |
+
'sqsh' '_sqsh'
|
1359 |
+
'sr' '_surfraw'
|
1360 |
+
'srptool' '_gnutls'
|
1361 |
+
'ss' '_ss'
|
1362 |
+
'ssh' '_ssh'
|
1363 |
+
'ssh-add' '_ssh'
|
1364 |
+
'ssh-agent' '_ssh'
|
1365 |
+
'ssh-copy-id' '_ssh'
|
1366 |
+
'ssh-keygen' '_ssh'
|
1367 |
+
'ssh-keyscan' '_ssh'
|
1368 |
+
'sshfs' '_sshfs'
|
1369 |
+
'star' '_tar'
|
1370 |
+
'start' '_initctl'
|
1371 |
+
'stat' '_stat'
|
1372 |
+
'status' '_initctl'
|
1373 |
+
'stdbuf' '_stdbuf'
|
1374 |
+
'stg' '_stgit'
|
1375 |
+
'stop' '_initctl'
|
1376 |
+
'stow' '_stow'
|
1377 |
+
'strace' '_strace'
|
1378 |
+
'strace64' '_strace'
|
1379 |
+
'strftime' '_strftime'
|
1380 |
+
'strings' '_strings'
|
1381 |
+
'strip' '_strip'
|
1382 |
+
'strongswan' '_ipsec'
|
1383 |
+
'stty' '_stty'
|
1384 |
+
'su' '_su'
|
1385 |
+
'subl' '_sublimetext'
|
1386 |
+
'sudo' '_sudo'
|
1387 |
+
'sudoedit' '_sudo'
|
1388 |
+
'sum' '_cksum'
|
1389 |
+
'surfraw' '_surfraw'
|
1390 |
+
'sv' '_runit'
|
1391 |
+
'svcadm' '_svcadm'
|
1392 |
+
'svccfg' '_svccfg'
|
1393 |
+
'svcprop' '_svcprop'
|
1394 |
+
'svcs' '_svcs'
|
1395 |
+
'svn' '_subversion'
|
1396 |
+
'svn-buildpackage' '_svn-buildpackage'
|
1397 |
+
'svnadmin' '_subversion'
|
1398 |
+
'svnadmin-static' '_subversion'
|
1399 |
+
'svnlite' '_subversion'
|
1400 |
+
'sw_vers' '_sw_vers'
|
1401 |
+
'swaks' '_swaks'
|
1402 |
+
'swanctl' '_swanctl'
|
1403 |
+
'swift' '_swift'
|
1404 |
+
'swiftc' '_swift'
|
1405 |
+
'sync' '_nothing'
|
1406 |
+
'sysctl' '_sysctl'
|
1407 |
+
'sysrc' '_sysrc'
|
1408 |
+
'systat' '_systat'
|
1409 |
+
'system_profiler' '_system_profiler'
|
1410 |
+
'systemctl' '_systemctl'
|
1411 |
+
'systemd-analyze' '_systemd-analyze'
|
1412 |
+
'systemd-ask-password' '_systemd'
|
1413 |
+
'systemd-cat' '_systemd'
|
1414 |
+
'systemd-cgls' '_systemd'
|
1415 |
+
'systemd-cgtop' '_systemd'
|
1416 |
+
'systemd-delta' '_systemd-delta'
|
1417 |
+
'systemd-detect-virt' '_systemd'
|
1418 |
+
'systemd-inhibit' '_systemd-inhibit'
|
1419 |
+
'systemd-machine-id-setup' '_systemd'
|
1420 |
+
'systemd-notify' '_systemd'
|
1421 |
+
'systemd-resolve' '_resolvectl'
|
1422 |
+
'systemd-run' '_systemd-run'
|
1423 |
+
'systemd-tmpfiles' '_systemd-tmpfiles'
|
1424 |
+
'systemd-tty-ask-password-agent' '_systemd'
|
1425 |
+
'tac' '_tac'
|
1426 |
+
'tacker' '_openstack'
|
1427 |
+
'tail' '_tail'
|
1428 |
+
'talk' '_other_accounts'
|
1429 |
+
'tar' '_tar'
|
1430 |
+
'tardy' '_tardy'
|
1431 |
+
'tcp_open' '_tcpsys'
|
1432 |
+
'tcpdump' '_tcpdump'
|
1433 |
+
'tcptraceroute' '_tcptraceroute'
|
1434 |
+
'tcsh' '_sh'
|
1435 |
+
'tda' '_devtodo'
|
1436 |
+
'tdd' '_devtodo'
|
1437 |
+
'tde' '_devtodo'
|
1438 |
+
'tdr' '_devtodo'
|
1439 |
+
'tee' '_tee'
|
1440 |
+
'telnet' '_telnet'
|
1441 |
+
'tex' '_tex'
|
1442 |
+
'texi2any' '_texinfo'
|
1443 |
+
'texi2dvi' '_texinfo'
|
1444 |
+
'texi2pdf' '_texinfo'
|
1445 |
+
'texindex' '_texinfo'
|
1446 |
+
'tg' '_topgit'
|
1447 |
+
'tidy' '_tidy'
|
1448 |
+
'tig' '_git'
|
1449 |
+
'time' '_precommand'
|
1450 |
+
'timedatectl' '_timedatectl'
|
1451 |
+
'timeout' '_timeout'
|
1452 |
+
'times' '_nothing'
|
1453 |
+
'tin' '_tin'
|
1454 |
+
'tkconch' '_twisted'
|
1455 |
+
'tkinfo' '_texinfo'
|
1456 |
+
'tla' '_tla'
|
1457 |
+
'tload' '_tload'
|
1458 |
+
'tmux' '_tmux'
|
1459 |
+
'todo' '_devtodo'
|
1460 |
+
'todo.sh' '_todo.sh'
|
1461 |
+
'toilet' '_toilet'
|
1462 |
+
'top' '_top'
|
1463 |
+
'totdconfig' '_totd'
|
1464 |
+
'touch' '_touch'
|
1465 |
+
'tpb' '_tpb'
|
1466 |
+
'tpkg-debarch' '_toolchain-source'
|
1467 |
+
'tpkg-install' '_toolchain-source'
|
1468 |
+
'tpkg-install-libc' '_toolchain-source'
|
1469 |
+
'tpkg-make' '_toolchain-source'
|
1470 |
+
'tpkg-update' '_toolchain-source'
|
1471 |
+
'tput' '_tput'
|
1472 |
+
'tr' '_tr'
|
1473 |
+
'tracepath' '_tracepath'
|
1474 |
+
'tracepath6' '_tracepath'
|
1475 |
+
'traceroute' '_hosts'
|
1476 |
+
'transmission-remote' '_transmission'
|
1477 |
+
'trap' '_trap'
|
1478 |
+
'trash' '_trash'
|
1479 |
+
'tree' '_tree'
|
1480 |
+
'trial' '_twisted'
|
1481 |
+
'trove' '_openstack'
|
1482 |
+
'true' '_nothing'
|
1483 |
+
'truss' '_truss'
|
1484 |
+
'tryaffix' '_ispell'
|
1485 |
+
'tty' '_tty'
|
1486 |
+
'ttyctl' '_ttyctl'
|
1487 |
+
'tunctl' '_uml'
|
1488 |
+
'tune2fs' '_tune2fs'
|
1489 |
+
'tunes2pod' '_gnupod'
|
1490 |
+
'tunes2pod.pl' '_gnupod'
|
1491 |
+
'twidge' '_twidge'
|
1492 |
+
'twist' '_twisted'
|
1493 |
+
'twistd' '_twisted'
|
1494 |
+
'txt' '_hosts'
|
1495 |
+
'type' '_which'
|
1496 |
+
'typeset' '_typeset'
|
1497 |
+
'udevadm' '_udevadm'
|
1498 |
+
'ulimit' '_ulimit'
|
1499 |
+
'uml_mconsole' '_uml'
|
1500 |
+
'uml_moo' '_uml'
|
1501 |
+
'uml_switch' '_uml'
|
1502 |
+
'umount' '_mount'
|
1503 |
+
'unace' '_unace'
|
1504 |
+
'unalias' '_aliases'
|
1505 |
+
'uname' '_uname'
|
1506 |
+
'uncompress' '_compress'
|
1507 |
+
'unexpand' '_unexpand'
|
1508 |
+
'unfunction' '_functions'
|
1509 |
+
'unget' '_sccs'
|
1510 |
+
'unhash' '_unhash'
|
1511 |
+
'uniq' '_uniq'
|
1512 |
+
'unison' '_unison'
|
1513 |
+
'units' '_units'
|
1514 |
+
'unix2dos' '_dos2unix'
|
1515 |
+
'unix2mac' '_dos2unix'
|
1516 |
+
'unlimit' '_limits'
|
1517 |
+
'unlz4' '_lz4'
|
1518 |
+
'unlzma' '_xz'
|
1519 |
+
'unpack' '_pack'
|
1520 |
+
'unpigz' '_gzip'
|
1521 |
+
'unrar' '_rar'
|
1522 |
+
'unset' '_vars'
|
1523 |
+
'unsetopt' '_setopt'
|
1524 |
+
'unwrapdiff' '_patchutils'
|
1525 |
+
'unxz' '_xz'
|
1526 |
+
'unzip' '_zip'
|
1527 |
+
'update-alternatives' '_update-alternatives'
|
1528 |
+
'update-rc.d' '_update-rc.d'
|
1529 |
+
'upgradepkg' '_pkgtool'
|
1530 |
+
'uptime' '_uptime'
|
1531 |
+
'urpme' '_urpmi'
|
1532 |
+
'urpmf' '_urpmi'
|
1533 |
+
'urpmi' '_urpmi'
|
1534 |
+
'urpmi.addmedia' '_urpmi'
|
1535 |
+
'urpmi.removemedia' '_urpmi'
|
1536 |
+
'urpmi.update' '_urpmi'
|
1537 |
+
'urpmq' '_urpmi'
|
1538 |
+
'urxvt' '_urxvt'
|
1539 |
+
'urxvt256c' '_urxvt'
|
1540 |
+
'urxvt256c-ml' '_urxvt'
|
1541 |
+
'urxvt256c-mlc' '_urxvt'
|
1542 |
+
'urxvt256cc' '_urxvt'
|
1543 |
+
'urxvtc' '_urxvt'
|
1544 |
+
'uscan' '_uscan'
|
1545 |
+
'useradd' '_user_admin'
|
1546 |
+
'userdel' '_users'
|
1547 |
+
'usermod' '_user_admin'
|
1548 |
+
'vacuumdb' '_postgresql'
|
1549 |
+
'val' '_sccs'
|
1550 |
+
'valgrind' '_valgrind'
|
1551 |
+
'vared' '_vared'
|
1552 |
+
'vcsh' '_vcsh'
|
1553 |
+
'vim' '_vim'
|
1554 |
+
'vim-addons' '_vim-addons'
|
1555 |
+
'vimdiff' '_vim'
|
1556 |
+
'virsh' '_libvirt'
|
1557 |
+
'virt-admin' '_libvirt'
|
1558 |
+
'virt-host-validate' '_libvirt'
|
1559 |
+
'virt-pki-validate' '_libvirt'
|
1560 |
+
'virt-xml-validate' '_libvirt'
|
1561 |
+
'visudo' '_visudo'
|
1562 |
+
'vitrage' '_openstack'
|
1563 |
+
'vmctl' '_vmctl'
|
1564 |
+
'vmstat' '_vmstat'
|
1565 |
+
'vncserver' '_vnc'
|
1566 |
+
'vncviewer' '_vnc'
|
1567 |
+
'vorbiscomment' '_vorbis'
|
1568 |
+
'vpnc' '_vpnc'
|
1569 |
+
'vpnc-connect' '_vpnc'
|
1570 |
+
'vserver' '_vserver'
|
1571 |
+
'w' '_w'
|
1572 |
+
'w3m' '_w3m'
|
1573 |
+
'wait' '_wait'
|
1574 |
+
'wajig' '_wajig'
|
1575 |
+
'wanna-build' '_wanna-build'
|
1576 |
+
'watch' '_watch'
|
1577 |
+
'watcher' '_openstack'
|
1578 |
+
'wc' '_wc'
|
1579 |
+
'wget' '_wget'
|
1580 |
+
'what' '_sccs'
|
1581 |
+
'whatis' '_man'
|
1582 |
+
'whence' '_which'
|
1583 |
+
'where' '_which'
|
1584 |
+
'whereis' '_whereis'
|
1585 |
+
'which' '_which'
|
1586 |
+
'who' '_who'
|
1587 |
+
'whoami' '_nothing'
|
1588 |
+
'whois' '_whois'
|
1589 |
+
'whom' '_mh'
|
1590 |
+
'wiggle' '_wiggle'
|
1591 |
+
'wipefs' '_wipefs'
|
1592 |
+
'wodim' '_cdrecord'
|
1593 |
+
'wpa_cli' '_wpa_cli'
|
1594 |
+
'write' '_users_on'
|
1595 |
+
'www' '_webbrowser'
|
1596 |
+
'xargs' '_xargs'
|
1597 |
+
'xattr' '_attr'
|
1598 |
+
'xauth' '_xauth'
|
1599 |
+
'xautolock' '_xautolock'
|
1600 |
+
'xclip' '_xclip'
|
1601 |
+
'xcode-select' '_xcode-select'
|
1602 |
+
'xdpyinfo' '_x_utils'
|
1603 |
+
'xdvi' '_xdvi'
|
1604 |
+
'xelatex' '_tex'
|
1605 |
+
'xetex' '_tex'
|
1606 |
+
'xev' '_x_utils'
|
1607 |
+
'xfd' '_x_utils'
|
1608 |
+
'xfig' '_xfig'
|
1609 |
+
'xfontsel' '_x_utils'
|
1610 |
+
'xfreerdp' '_rdesktop'
|
1611 |
+
'xhost' '_x_utils'
|
1612 |
+
'xkill' '_x_utils'
|
1613 |
+
'xli' '_xloadimage'
|
1614 |
+
'xloadimage' '_xloadimage'
|
1615 |
+
'xlsatoms' '_x_utils'
|
1616 |
+
'xlsclients' '_x_utils'
|
1617 |
+
'xml' '_xmlstarlet'
|
1618 |
+
'xmllint' '_xmlsoft'
|
1619 |
+
'xmlstarlet' '_xmlstarlet'
|
1620 |
+
'xmms2' '_xmms2'
|
1621 |
+
'xmodmap' '_xmodmap'
|
1622 |
+
'xmosaic' '_webbrowser'
|
1623 |
+
'xon' '_x_utils'
|
1624 |
+
'xournal' '_xournal'
|
1625 |
+
'xpdf' '_xpdf'
|
1626 |
+
'xping' '_hosts'
|
1627 |
+
'xprop' '_x_utils'
|
1628 |
+
'xrandr' '_xrandr'
|
1629 |
+
'xrdb' '_x_utils'
|
1630 |
+
'xscreensaver-command' '_xscreensaver'
|
1631 |
+
'xset' '_xset'
|
1632 |
+
'xsetbg' '_xloadimage'
|
1633 |
+
'xsetroot' '_x_utils'
|
1634 |
+
'xsltproc' '_xmlsoft'
|
1635 |
+
'xterm' '_xterm'
|
1636 |
+
'xtightvncviewer' '_vnc'
|
1637 |
+
'xtp' '_imagemagick'
|
1638 |
+
'xv' '_xv'
|
1639 |
+
'xview' '_xloadimage'
|
1640 |
+
'xvnc4viewer' '_vnc'
|
1641 |
+
'xvncviewer' '_vnc'
|
1642 |
+
'xwd' '_x_utils'
|
1643 |
+
'xwininfo' '_x_utils'
|
1644 |
+
'xwit' '_xwit'
|
1645 |
+
'xwud' '_x_utils'
|
1646 |
+
'xxd' '_xxd'
|
1647 |
+
'xz' '_xz'
|
1648 |
+
'xzcat' '_xz'
|
1649 |
+
'yafc' '_yafc'
|
1650 |
+
'yash' '_sh'
|
1651 |
+
'yast' '_yast'
|
1652 |
+
'yast2' '_yast'
|
1653 |
+
'ypbind' '_yp'
|
1654 |
+
'ypcat' '_yp'
|
1655 |
+
'ypmatch' '_yp'
|
1656 |
+
'yppasswd' '_yp'
|
1657 |
+
'yppoll' '_yp'
|
1658 |
+
'yppush' '_yp'
|
1659 |
+
'ypserv' '_yp'
|
1660 |
+
'ypset' '_yp'
|
1661 |
+
'ypwhich' '_yp'
|
1662 |
+
'ypxfr' '_yp'
|
1663 |
+
'ytalk' '_other_accounts'
|
1664 |
+
'yum' '_yum'
|
1665 |
+
'yumdb' '_yum'
|
1666 |
+
'zargs' '_zargs'
|
1667 |
+
'zcalc' '_zcalc'
|
1668 |
+
'zcat' '_zcat'
|
1669 |
+
'zcompile' '_zcompile'
|
1670 |
+
'zcp' '_zmv'
|
1671 |
+
'zdelattr' '_zattr'
|
1672 |
+
'zdump' '_zdump'
|
1673 |
+
'zeal' '_zeal'
|
1674 |
+
'zed' '_zed'
|
1675 |
+
'zegrep' '_grep'
|
1676 |
+
'zen' '_webbrowser'
|
1677 |
+
'zf_chgrp' '_chown'
|
1678 |
+
'zf_chmod' '_chmod'
|
1679 |
+
'zf_chown' '_chown'
|
1680 |
+
'zf_ln' '_ln'
|
1681 |
+
'zf_mkdir' '_mkdir'
|
1682 |
+
'zf_mv' '_mv'
|
1683 |
+
'zf_rm' '_rm'
|
1684 |
+
'zf_rmdir' '_rmdir'
|
1685 |
+
'zfgrep' '_grep'
|
1686 |
+
'zfs' '_zfs'
|
1687 |
+
'zgetattr' '_zattr'
|
1688 |
+
'zgrep' '_grep'
|
1689 |
+
'zip' '_zip'
|
1690 |
+
'zipinfo' '_zip'
|
1691 |
+
'zle' '_zle'
|
1692 |
+
'zlistattr' '_zattr'
|
1693 |
+
'zln' '_zmv'
|
1694 |
+
'zlogin' '_zlogin'
|
1695 |
+
'zmail' '_mail'
|
1696 |
+
'zmodload' '_zmodload'
|
1697 |
+
'zmv' '_zmv'
|
1698 |
+
'zone' '_hosts'
|
1699 |
+
'zoneadm' '_zoneadm'
|
1700 |
+
'zparseopts' '_zparseopts'
|
1701 |
+
'zpool' '_zpool'
|
1702 |
+
'zpty' '_zpty'
|
1703 |
+
'zsetattr' '_zattr'
|
1704 |
+
'zsh' '_zsh'
|
1705 |
+
'zsh-mime-handler' '_zsh-mime-handler'
|
1706 |
+
'zsocket' '_zsocket'
|
1707 |
+
'zstat' '_stat'
|
1708 |
+
'zstyle' '_zstyle'
|
1709 |
+
'ztodo' '_ztodo'
|
1710 |
+
'zun' '_openstack'
|
1711 |
+
'zxpdf' '_xpdf'
|
1712 |
+
'zypper' '_zypper'
|
1713 |
+
)
|
1714 |
+
|
1715 |
+
_services=(
|
1716 |
+
'-redirect-,<,bunzip2' 'bunzip2'
|
1717 |
+
'-redirect-,<,bzip2' 'bzip2'
|
1718 |
+
'-redirect-,<,compress' 'compress'
|
1719 |
+
'-redirect-,<,gunzip' 'gunzip'
|
1720 |
+
'-redirect-,<,gzip' 'gzip'
|
1721 |
+
'-redirect-,<,uncompress' 'uncompress'
|
1722 |
+
'-redirect-,<,unxz' 'unxz'
|
1723 |
+
'-redirect-,<,xz' 'xz'
|
1724 |
+
'-redirect-,>,bzip2' 'bunzip2'
|
1725 |
+
'-redirect-,>,compress' 'uncompress'
|
1726 |
+
'-redirect-,>,gzip' 'gunzip'
|
1727 |
+
'-redirect-,>,xz' 'unxz'
|
1728 |
+
'Mail' 'mail'
|
1729 |
+
'bzcat' 'bunzip2'
|
1730 |
+
'dch' 'debchange'
|
1731 |
+
'gchgrp' 'chgrp'
|
1732 |
+
'gchown' 'chown'
|
1733 |
+
'gnupod_INIT.pl' 'gnupod_INIT'
|
1734 |
+
'gnupod_addsong.pl' 'gnupod_addsong'
|
1735 |
+
'gnupod_check.pl' 'gnupod_check'
|
1736 |
+
'gnupod_search.pl' 'gnupod_search'
|
1737 |
+
'gpg2' 'gpg'
|
1738 |
+
'gzcat' 'gunzip'
|
1739 |
+
'iceweasel' 'firefox'
|
1740 |
+
'lzcat' 'unxz'
|
1741 |
+
'lzma' 'xz'
|
1742 |
+
'mailx' 'mail'
|
1743 |
+
'mktunes.pl' 'mktunes'
|
1744 |
+
'nail' 'mail'
|
1745 |
+
'ncl' 'nc'
|
1746 |
+
'nedit-nc' 'nc'
|
1747 |
+
'pcat' 'unpack'
|
1748 |
+
'remsh' 'rsh'
|
1749 |
+
'slogin' 'ssh'
|
1750 |
+
'svnadmin-static' 'svnadmin'
|
1751 |
+
'svnlite' 'svn'
|
1752 |
+
'tunes2pod.pl' 'tunes2pod'
|
1753 |
+
'unlzma' 'unxz'
|
1754 |
+
'xelatex' 'latex'
|
1755 |
+
'xetex' 'tex'
|
1756 |
+
'xzcat' 'unxz'
|
1757 |
+
'zf_chgrp' 'chgrp'
|
1758 |
+
'zf_chown' 'chown'
|
1759 |
+
)
|
1760 |
+
|
1761 |
+
_patcomps=(
|
1762 |
+
'*/(init|rc[0-9S]#).d/*' '_init_d'
|
1763 |
+
)
|
1764 |
+
|
1765 |
+
_postpatcomps=(
|
1766 |
+
'(p[bgpn]m*|*top[bgpn]m)' '_pbm'
|
1767 |
+
'(ruby|[ei]rb)[0-9.]#' '_ruby'
|
1768 |
+
'(texi(2*|ndex))' '_texi'
|
1769 |
+
'(tiff*|*2tiff|pal2rgb)' '_tiff'
|
1770 |
+
'*/X11(|R<4->)/*' '_x_arguments'
|
1771 |
+
'-value-,(ftp|http(|s))_proxy,-default-' '_urls'
|
1772 |
+
'-value-,*PATH,-default-' '_dir_list'
|
1773 |
+
'-value-,*path,-default-' '_directories'
|
1774 |
+
'-value-,LC_*,-default-' '_locales'
|
1775 |
+
'-value-,RUBY(LIB|OPT|PATH),-default-' '_ruby'
|
1776 |
+
'c++-*' '_gcc'
|
1777 |
+
'g++-*' '_gcc'
|
1778 |
+
'gcc-*' '_gcc'
|
1779 |
+
'gem[0-9.]#' '_gem'
|
1780 |
+
'lua[0-9.-]##' '_lua'
|
1781 |
+
'php[0-9.-]' '_php'
|
1782 |
+
'pydoc[0-9.]#' '_pydoc'
|
1783 |
+
'python[0-9.]#' '_python'
|
1784 |
+
'qemu(|-system-*)' '_qemu'
|
1785 |
+
'shasum(|5).*' '_shasum'
|
1786 |
+
'yodl(|2*)' '_yodl'
|
1787 |
+
'zf*' '_zftp'
|
1788 |
+
)
|
1789 |
+
|
1790 |
+
_compautos=(
|
1791 |
+
'_call_program' '+X'
|
1792 |
+
)
|
1793 |
+
|
1794 |
+
zle -C _bash_complete-word .complete-word _bash_completions
|
1795 |
+
zle -C _bash_list-choices .list-choices _bash_completions
|
1796 |
+
zle -C _complete_debug .complete-word _complete_debug
|
1797 |
+
zle -C _complete_help .complete-word _complete_help
|
1798 |
+
zle -C _complete_tag .complete-word _complete_tag
|
1799 |
+
zle -C _correct_filename .complete-word _correct_filename
|
1800 |
+
zle -C _correct_word .complete-word _correct_word
|
1801 |
+
zle -C _expand_alias .complete-word _expand_alias
|
1802 |
+
zle -C _expand_word .complete-word _expand_word
|
1803 |
+
zle -C _history-complete-newer .complete-word _history_complete_word
|
1804 |
+
zle -C _history-complete-older .complete-word _history_complete_word
|
1805 |
+
zle -C _list_expansions .list-choices _expand_word
|
1806 |
+
zle -C _most_recent_file .complete-word _most_recent_file
|
1807 |
+
zle -C _next_tags .list-choices _next_tags
|
1808 |
+
zle -C _read_comp .complete-word _read_comp
|
1809 |
+
bindkey '^X^R' _read_comp
|
1810 |
+
bindkey '^X?' _complete_debug
|
1811 |
+
bindkey '^XC' _correct_filename
|
1812 |
+
bindkey '^Xa' _expand_alias
|
1813 |
+
bindkey '^Xc' _correct_word
|
1814 |
+
bindkey '^Xd' _list_expansions
|
1815 |
+
bindkey '^Xe' _expand_word
|
1816 |
+
bindkey '^Xh' _complete_help
|
1817 |
+
bindkey '^Xm' _most_recent_file
|
1818 |
+
bindkey '^Xn' _next_tags
|
1819 |
+
bindkey '^Xt' _complete_tag
|
1820 |
+
bindkey '^X~' _bash_list-choices
|
1821 |
+
bindkey '^[,' _history-complete-newer
|
1822 |
+
bindkey '^[/' _history-complete-older
|
1823 |
+
bindkey '^[~' _bash_complete-word
|
1824 |
+
|
1825 |
+
autoload -Uz _bootctl _busctl _curl _docker _hostnamectl \
|
1826 |
+
_journalctl _kernel-install _localectl _loginctl _networkctl \
|
1827 |
+
_resolvectl _sd_hosts_or_user_at_host _sd_outputmodes _sd_unit_files _systemctl \
|
1828 |
+
_systemd _systemd-analyze _systemd-delta _systemd-inhibit _systemd-run \
|
1829 |
+
_systemd-tmpfiles _timedatectl _udevadm _cdr _floppy \
|
1830 |
+
_logical_volumes _lscfg _lsdev _lslv _lspv \
|
1831 |
+
_lsvg _object_classes _physical_volumes _smit _volume_groups \
|
1832 |
+
_bsd_disks _bsd_pkg _bsdconfig _bsdinstall _chflags \
|
1833 |
+
_csup _cu _cvsup _fbsd_architectures _fbsd_device_types \
|
1834 |
+
_fetch _file_flags _freebsd-update _fstat _fw_update \
|
1835 |
+
_gstat _jail _jails _jexec _jls \
|
1836 |
+
_jot _kld _ldap _mixerctl _nbsd_architectures \
|
1837 |
+
_obsd_architectures _pfctl _pkgin _portaudit _portlint \
|
1838 |
+
_portmaster _portsnap _powerd _procstat _rcctl \
|
1839 |
+
_signify _sockstat _sysrc _systat _vmctl \
|
1840 |
+
_watch-snoop _all_labels _all_matches _alternative _approximate \
|
1841 |
+
_arg_compile _arguments _bash_completions _cache_invalid _call_function \
|
1842 |
+
_combination _comp_locale _complete _complete_debug _complete_help \
|
1843 |
+
_complete_help_generic _complete_tag _correct _correct_filename _correct_word \
|
1844 |
+
_describe _description _dispatch _expand _expand_alias \
|
1845 |
+
_expand_word _extensions _external_pwds _generic _guard \
|
1846 |
+
_history _history_complete_word _ignored _list _main_complete \
|
1847 |
+
_match _menu _message _most_recent_file _multi_parts \
|
1848 |
+
_next_label _next_tags _normal _nothing _oldlist \
|
1849 |
+
_pick_variant _prefix _read_comp _regex_arguments _regex_words \
|
1850 |
+
_requested _retrieve_cache _sep_parts _sequence _set_command \
|
1851 |
+
_setup _store_cache _sub_commands _tags _user_expand \
|
1852 |
+
_values _wanted _cygcheck _cygpath _cygrunsrv \
|
1853 |
+
_cygserver _cygstart _dumper _getclip _mkshortcut \
|
1854 |
+
_mkzsh _pscp _putclip _readshortcut _caffeinate \
|
1855 |
+
_defaults _fink _fs_usage _hdiutil _mac_applications \
|
1856 |
+
_mac_files_for_application _mdfind _mdls _mdutil _networksetup \
|
1857 |
+
_nvram _open _osascript _otool _pbcopy \
|
1858 |
+
_plutil _qtplay _retrieve_mac_apps _say _sc_usage \
|
1859 |
+
_scselect _scutil _softwareupdate _sw_vers _system_profiler \
|
1860 |
+
_trash _xcode-select _a2utils _apt _apt-file \
|
1861 |
+
_apt-move _apt-show-versions _aptitude _auto-apt _axi-cache \
|
1862 |
+
_bts _bug _cdbs-edit-patch _dak _dchroot \
|
1863 |
+
_dchroot-dsa _dcut _deb_architectures _deb_codenames _deb_files \
|
1864 |
+
_deb_packages _debbugs_bugnumber _debchange _debcheckout _debdiff \
|
1865 |
+
_debfoster _deborphan _debsign _debuild _dlocate \
|
1866 |
+
_dpatch-edit-patch _dpkg _dpkg-buildpackage _dpkg-cross _dpkg-repack \
|
1867 |
+
_dpkg_source _dput _dupload _git-buildpackage _grep-excuses \
|
1868 |
+
_invoke-rc.d _lighttpd _lintian _madison _make-kpkg \
|
1869 |
+
_members _mergechanges _module-assistant _pbuilder _piuparts \
|
1870 |
+
_reprepro _sbuild _schroot _svn-buildpackage _toolchain-source \
|
1871 |
+
_update-alternatives _update-rc.d _uscan _vim-addons _wajig \
|
1872 |
+
_wanna-build _acpi _acpitool _alsa-utils _analyseplugin \
|
1873 |
+
_brctl _btrfs _chattr _chcon _chrt \
|
1874 |
+
_cpupower _cryptsetup _dkms _e2label _ethtool \
|
1875 |
+
_findmnt _free _fuse_arguments _fuse_values _fusermount \
|
1876 |
+
_gpasswd _htop _iconvconfig _ionice _ipset \
|
1877 |
+
_iptables _iwconfig _kpartx _losetup _lsattr \
|
1878 |
+
_lsblk _lsusb _ltrace _mdadm _mii-tool \
|
1879 |
+
_modutils _mondo _networkmanager _opkg _pidof \
|
1880 |
+
_pkgtool _pmap _qdbus _schedtool _selinux_contexts \
|
1881 |
+
_selinux_roles _selinux_types _selinux_users _setsid _slabtop \
|
1882 |
+
_ss _sshfs _strace _sysstat _tload \
|
1883 |
+
_tpb _tracepath _tune2fs _uml _valgrind \
|
1884 |
+
_vserver _wakeup_capable_devices _wipefs _wpa_cli _rebootin \
|
1885 |
+
_urpmi _dnf _rpm _scl _yum \
|
1886 |
+
_be_name _beadm _coreadm _dhcpinfo _dladm \
|
1887 |
+
_dtrace _dumpadm _flowadm _fmadm _inetadm \
|
1888 |
+
_ipadm _pfexec _pkg5 _prstat _ptree \
|
1889 |
+
_savecore _snoop _svcadm _svccfg _svcprop \
|
1890 |
+
_svcs _svcs_fmri _zlogin _zoneadm _zones \
|
1891 |
+
_a2ps _aap _abcde _absolute_command_paths _ack \
|
1892 |
+
_adb _ansible _ant _antiword _apachectl \
|
1893 |
+
_apm _arch_archives _arch_namespace _arp _arping \
|
1894 |
+
_asciidoctor _asciinema _at _attr _augeas \
|
1895 |
+
_avahi _awk _base64 _basename _bash \
|
1896 |
+
_baudrates _baz _beep _bibtex _bind_addresses \
|
1897 |
+
_bison _bittorrent _bogofilter _bpf_filters _bpython \
|
1898 |
+
_bzip2 _bzr _cabal _cal _calendar \
|
1899 |
+
_canonical_paths _cat _ccal _cdcd _cdrdao \
|
1900 |
+
_cdrecord _chkconfig _chmod _chown _chroot \
|
1901 |
+
_chsh _cksum _clay _cmdambivalent _cmdstring \
|
1902 |
+
_cmp _column _comm _composer _compress \
|
1903 |
+
_configure _cowsay _cp _cpio _cplay \
|
1904 |
+
_crontab _cscope _cssh _ctags_tags _curl \
|
1905 |
+
_cut _cvs _darcs _date _date_formats \
|
1906 |
+
_dates _dbus _dconf _dd _devtodo \
|
1907 |
+
_df _dhclient _dict _dict_words _diff \
|
1908 |
+
_diff3 _diff_options _diffstat _dig _dir_list \
|
1909 |
+
_directories _django _dmesg _dmidecode _dns_types \
|
1910 |
+
_doas _domains _dos2unix _drill _dsh \
|
1911 |
+
_dtruss _du _dvi _ecasound _ed \
|
1912 |
+
_elfdump _elinks _email_addresses _enscript _entr \
|
1913 |
+
_env _espeak _etags _fakeroot _feh \
|
1914 |
+
_fetchmail _ffmpeg _figlet _file_modes _file_systems \
|
1915 |
+
_files _find _find_net_interfaces _finger _flac \
|
1916 |
+
_flex _fmt _fold _fortune _fsh \
|
1917 |
+
_fuser _gcc _gcore _gdb _gem \
|
1918 |
+
_genisoimage _getconf _getent _getfacl _getmail \
|
1919 |
+
_getopt _ghostscript _git _global _global_tags \
|
1920 |
+
_gnu_generic _gnupod _gnutls _go _gpg \
|
1921 |
+
_gphoto2 _gprof _gradle _graphicsmagick _grep \
|
1922 |
+
_groff _groups _growisofs _gsettings _guilt \
|
1923 |
+
_gzip _have_glob_qual _head _hexdump _host \
|
1924 |
+
_hostname _hosts _iconv _id _ifconfig \
|
1925 |
+
_iftop _imagemagick _init_d _initctl _install \
|
1926 |
+
_iostat _ip _ipsec _irssi _ispell \
|
1927 |
+
_java _java_class _joe _join _jq \
|
1928 |
+
_killall _knock _kvno _last _ld_debug \
|
1929 |
+
_ldconfig _ldd _less _lha _libvirt \
|
1930 |
+
_links _list_files _lldb _ln _loadkeys \
|
1931 |
+
_locale _localedef _locales _locate _look \
|
1932 |
+
_lp _ls _lsof _lua _luarocks \
|
1933 |
+
_lynx _lz4 _lzop _mail _mailboxes \
|
1934 |
+
_make _man _md5sum _mencal _mh \
|
1935 |
+
_mime_types _mkdir _mkfifo _mknod _mktemp \
|
1936 |
+
_module _monotone _moosic _mosh _mount \
|
1937 |
+
_mpc _mt _mtools _mtr _mutt \
|
1938 |
+
_mv _my_accounts _myrepos _mysql_utils _mysqldiff \
|
1939 |
+
_ncftp _net_interfaces _netcat _netstat _newsgroups \
|
1940 |
+
_nginx _ngrep _nice _nkf _nl \
|
1941 |
+
_nm _nmap _npm _nslookup _numfmt \
|
1942 |
+
_objdump _object_files _od _openstack _other_accounts \
|
1943 |
+
_pack _pandoc _paste _patch _patchutils \
|
1944 |
+
_path_commands _path_files _pax _pbm _pdf \
|
1945 |
+
_perforce _perl _perl_basepods _perl_modules _perldoc \
|
1946 |
+
_pgrep _php _picocom _pids _pine \
|
1947 |
+
_ping _pkg-config _pkg_instance _pkgadd _pkginfo \
|
1948 |
+
_pkgrm _pon _ports _postfix _postgresql \
|
1949 |
+
_postscript _printenv _printers _process_names _prove \
|
1950 |
+
_ps _pspdf _psutils _pump _pv \
|
1951 |
+
_pwgen _pydoc _python _python_modules _qemu \
|
1952 |
+
_quilt _rake _ranlib _rar _rclone \
|
1953 |
+
_rcs _readelf _readlink _remote_files _renice \
|
1954 |
+
_ri _rlogin _rm _rmdir _route \
|
1955 |
+
_rrdtool _rsync _rubber _ruby _runit \
|
1956 |
+
_samba _sccs _scons _screen _script \
|
1957 |
+
_seafile _sed _seq _service _services \
|
1958 |
+
_setfacl _sh _shasum _showmount _shred \
|
1959 |
+
_shuf _shutdown _signals _sisu _slrn \
|
1960 |
+
_smartmontools _socket _sort _spamassassin _split \
|
1961 |
+
_sqlite _sqsh _ssh _ssh_hosts _stat \
|
1962 |
+
_stdbuf _stgit _stow _strings _strip \
|
1963 |
+
_stty _su _subversion _sudo _surfraw \
|
1964 |
+
_swaks _swanctl _swift _sys_calls _sysctl \
|
1965 |
+
_tac _tail _tar _tar_archive _tardy \
|
1966 |
+
_tcpdump _tcptraceroute _tee _telnet _terminals \
|
1967 |
+
_tex _texi _texinfo _tidy _tiff \
|
1968 |
+
_tilde_files _time_zone _timeout _tin _tla \
|
1969 |
+
_tmux _todo.sh _toilet _top _topgit \
|
1970 |
+
_totd _touch _tput _tr _transmission \
|
1971 |
+
_tree _truss _tty _ttys _twidge \
|
1972 |
+
_twisted _umountable _unace _uname _unexpand \
|
1973 |
+
_uniq _unison _units _uptime _urls \
|
1974 |
+
_user_admin _user_at_host _users _users_on _vcsh \
|
1975 |
+
_vim _visudo _vmstat _vorbis _vpnc \
|
1976 |
+
_w _w3m _watch _wc _webbrowser \
|
1977 |
+
_wget _whereis _who _whois _wiggle \
|
1978 |
+
_xargs _xmlsoft _xmlstarlet _xmms2 _xxd \
|
1979 |
+
_xz _yafc _yodl _yp _zcat \
|
1980 |
+
_zdump _zfs _zfs_dataset _zfs_keysource_props _zfs_pool \
|
1981 |
+
_zip _zpool _zsh _acroread _code \
|
1982 |
+
_dcop _eog _evince _geany _gnome-gv \
|
1983 |
+
_gqview _gv _kdeconnect _kfmclient _matlab \
|
1984 |
+
_mozilla _mplayer _mupdf _nautilus _nedit \
|
1985 |
+
_netscape _okular _pdftk _qiv _rdesktop \
|
1986 |
+
_setxkbmap _sublimetext _urxvt _vnc _x_arguments \
|
1987 |
+
_x_borderwidth _x_color _x_colormapid _x_cursor _x_display \
|
1988 |
+
_x_extension _x_font _x_geometry _x_keysym _x_locale \
|
1989 |
+
_x_modifier _x_name _x_resource _x_selection_timeout _x_title \
|
1990 |
+
_x_utils _x_visual _x_window _xauth _xautolock \
|
1991 |
+
_xclip _xdvi _xfig _xft_fonts _xloadimage \
|
1992 |
+
_xmodmap _xournal _xpdf _xrandr _xscreensaver \
|
1993 |
+
_xset _xt_arguments _xt_session_id _xterm _xv \
|
1994 |
+
_xwit _zeal _add-zle-hook-widget _add-zsh-hook _alias \
|
1995 |
+
_aliases _arrays _assign _autocd _bindkey \
|
1996 |
+
_brace_parameter _builtin _cd _command _command_names \
|
1997 |
+
_compadd _compdef _completers _condition _default \
|
1998 |
+
_delimiters _directory_stack _dirs _disable _dynamic_directory_name \
|
1999 |
+
_echotc _echoti _emulate _enable _equal \
|
2000 |
+
_exec _fc _file_descriptors _first _functions \
|
2001 |
+
_globflags _globqual_delims _globquals _hash _history_modifiers \
|
2002 |
+
_in_vared _jobs _jobs_bg _jobs_builtin _jobs_fg \
|
2003 |
+
_kill _limit _limits _math _math_params \
|
2004 |
+
_mere _module_math_func _options _options_set _options_unset \
|
2005 |
+
_parameter _parameters _precommand _print _prompt \
|
2006 |
+
_ps1234 _read _redirect _run-help _sched \
|
2007 |
+
_set _setopt _source _strftime _subscript \
|
2008 |
+
_suffix_alias_files _tcpsys _tilde _trap _ttyctl \
|
2009 |
+
_typeset _ulimit _unhash _user_math_func _value \
|
2010 |
+
_vared _vars _wait _which _widgets \
|
2011 |
+
_zargs _zattr _zcalc _zcalc_line _zcompile \
|
2012 |
+
_zed _zftp _zle _zmodload _zmv \
|
2013 |
+
_zparseopts _zpty _zsh-mime-handler _zsocket _zstyle \
|
2014 |
+
_ztodo _SUSEconfig _hwinfo _osc _yast \
|
2015 |
+
_zypper
|
2016 |
+
autoload -Uz +X _call_program
|
2017 |
+
|
2018 |
+
typeset -gUa _comp_assocs
|
2019 |
+
_comp_assocs=( '' )
|
zeus-code-server-zsh/.zlogin
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ---------------------------------------------------------------------------------------------
|
2 |
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3 |
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4 |
+
# ---------------------------------------------------------------------------------------------
|
5 |
+
|
6 |
+
ZDOTDIR=$USER_ZDOTDIR
|
7 |
+
if [[ $options[norcs] = off && -o "login" && -f $ZDOTDIR/.zlogin ]]; then
|
8 |
+
. $ZDOTDIR/.zlogin
|
9 |
+
fi
|
zeus-code-server-zsh/.zprofile
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ---------------------------------------------------------------------------------------------
|
2 |
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3 |
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4 |
+
# ---------------------------------------------------------------------------------------------
|
5 |
+
if [[ $options[norcs] = off && -o "login" && -f $USER_ZDOTDIR/.zprofile ]]; then
|
6 |
+
VSCODE_ZDOTDIR=$ZDOTDIR
|
7 |
+
ZDOTDIR=$USER_ZDOTDIR
|
8 |
+
. $USER_ZDOTDIR/.zprofile
|
9 |
+
ZDOTDIR=$VSCODE_ZDOTDIR
|
10 |
+
|
11 |
+
# Apply any explicit path prefix (see #99878)
|
12 |
+
if (( ${+VSCODE_PATH_PREFIX} )); then
|
13 |
+
export PATH=$VSCODE_PATH_PREFIX$PATH
|
14 |
+
fi
|
15 |
+
builtin unset VSCODE_PATH_PREFIX
|
16 |
+
fi
|
zeus-code-server-zsh/.zshenv
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ---------------------------------------------------------------------------------------------
|
2 |
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3 |
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4 |
+
# ---------------------------------------------------------------------------------------------
|
5 |
+
if [[ -f $USER_ZDOTDIR/.zshenv ]]; then
|
6 |
+
VSCODE_ZDOTDIR=$ZDOTDIR
|
7 |
+
ZDOTDIR=$USER_ZDOTDIR
|
8 |
+
|
9 |
+
# prevent recursion
|
10 |
+
if [[ $USER_ZDOTDIR != $VSCODE_ZDOTDIR ]]; then
|
11 |
+
. $USER_ZDOTDIR/.zshenv
|
12 |
+
fi
|
13 |
+
|
14 |
+
USER_ZDOTDIR=$ZDOTDIR
|
15 |
+
ZDOTDIR=$VSCODE_ZDOTDIR
|
16 |
+
fi
|
zeus-code-server-zsh/.zshrc
ADDED
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ---------------------------------------------------------------------------------------------
|
2 |
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3 |
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4 |
+
# ---------------------------------------------------------------------------------------------
|
5 |
+
builtin autoload -Uz add-zsh-hook
|
6 |
+
|
7 |
+
# Prevent the script recursing when setting up
|
8 |
+
if [ -n "$VSCODE_SHELL_INTEGRATION" ]; then
|
9 |
+
ZDOTDIR=$USER_ZDOTDIR
|
10 |
+
builtin return
|
11 |
+
fi
|
12 |
+
|
13 |
+
# This variable allows the shell to both detect that VS Code's shell integration is enabled as well
|
14 |
+
# as disable it by unsetting the variable.
|
15 |
+
VSCODE_SHELL_INTEGRATION=1
|
16 |
+
|
17 |
+
# By default, zsh will set the $HISTFILE to the $ZDOTDIR location automatically. In the case of the
|
18 |
+
# shell integration being injected, this means that the terminal will use a different history file
|
19 |
+
# to other terminals. To fix this issue, set $HISTFILE back to the default location before ~/.zshrc
|
20 |
+
# is called as that may depend upon the value.
|
21 |
+
if [[ "$VSCODE_INJECTION" == "1" ]]; then
|
22 |
+
HISTFILE=$USER_ZDOTDIR/.zsh_history
|
23 |
+
fi
|
24 |
+
|
25 |
+
# Only fix up ZDOTDIR if shell integration was injected (not manually installed) and has not been called yet
|
26 |
+
if [[ "$VSCODE_INJECTION" == "1" ]]; then
|
27 |
+
if [[ $options[norcs] = off && -f $USER_ZDOTDIR/.zshrc ]]; then
|
28 |
+
VSCODE_ZDOTDIR=$ZDOTDIR
|
29 |
+
ZDOTDIR=$USER_ZDOTDIR
|
30 |
+
# A user's custom HISTFILE location might be set when their .zshrc file is sourced below
|
31 |
+
. $USER_ZDOTDIR/.zshrc
|
32 |
+
fi
|
33 |
+
fi
|
34 |
+
|
35 |
+
# Apply EnvironmentVariableCollections if needed
|
36 |
+
if [ -n "${VSCODE_ENV_REPLACE:-}" ]; then
|
37 |
+
IFS=':' read -rA ADDR <<< "$VSCODE_ENV_REPLACE"
|
38 |
+
for ITEM in "${ADDR[@]}"; do
|
39 |
+
VARNAME="$(echo ${ITEM%%=*})"
|
40 |
+
export $VARNAME="$(echo -e ${ITEM#*=})"
|
41 |
+
done
|
42 |
+
unset VSCODE_ENV_REPLACE
|
43 |
+
fi
|
44 |
+
if [ -n "${VSCODE_ENV_PREPEND:-}" ]; then
|
45 |
+
IFS=':' read -rA ADDR <<< "$VSCODE_ENV_PREPEND"
|
46 |
+
for ITEM in "${ADDR[@]}"; do
|
47 |
+
VARNAME="$(echo ${ITEM%%=*})"
|
48 |
+
export $VARNAME="$(echo -e ${ITEM#*=})${(P)VARNAME}"
|
49 |
+
done
|
50 |
+
unset VSCODE_ENV_PREPEND
|
51 |
+
fi
|
52 |
+
if [ -n "${VSCODE_ENV_APPEND:-}" ]; then
|
53 |
+
IFS=':' read -rA ADDR <<< "$VSCODE_ENV_APPEND"
|
54 |
+
for ITEM in "${ADDR[@]}"; do
|
55 |
+
VARNAME="$(echo ${ITEM%%=*})"
|
56 |
+
export $VARNAME="${(P)VARNAME}$(echo -e ${ITEM#*=})"
|
57 |
+
done
|
58 |
+
unset VSCODE_ENV_APPEND
|
59 |
+
fi
|
60 |
+
|
61 |
+
# Shell integration was disabled by the shell, exit without warning assuming either the shell has
|
62 |
+
# explicitly disabled shell integration as it's incompatible or it implements the protocol.
|
63 |
+
if [ -z "$VSCODE_SHELL_INTEGRATION" ]; then
|
64 |
+
builtin return
|
65 |
+
fi
|
66 |
+
|
67 |
+
# The property (P) and command (E) codes embed values which require escaping.
|
68 |
+
# Backslashes are doubled. Non-alphanumeric characters are converted to escaped hex.
|
69 |
+
__vsc_escape_value() {
|
70 |
+
builtin emulate -L zsh
|
71 |
+
|
72 |
+
# Process text byte by byte, not by codepoint.
|
73 |
+
builtin local LC_ALL=C str="$1" i byte token out=''
|
74 |
+
|
75 |
+
for (( i = 0; i < ${#str}; ++i )); do
|
76 |
+
byte="${str:$i:1}"
|
77 |
+
|
78 |
+
# Escape backslashes, semi-colons and newlines
|
79 |
+
if [ "$byte" = "\\" ]; then
|
80 |
+
token="\\\\"
|
81 |
+
elif [ "$byte" = ";" ]; then
|
82 |
+
token="\\x3b"
|
83 |
+
elif [ "$byte" = $'\n' ]; then
|
84 |
+
token="\x0a"
|
85 |
+
else
|
86 |
+
token="$byte"
|
87 |
+
fi
|
88 |
+
|
89 |
+
out+="$token"
|
90 |
+
done
|
91 |
+
|
92 |
+
builtin print -r "$out"
|
93 |
+
}
|
94 |
+
|
95 |
+
__vsc_in_command_execution="1"
|
96 |
+
__vsc_current_command=""
|
97 |
+
|
98 |
+
# It's fine this is in the global scope as it getting at it requires access to the shell environment
|
99 |
+
__vsc_nonce="$VSCODE_NONCE"
|
100 |
+
unset VSCODE_NONCE
|
101 |
+
|
102 |
+
__vsc_prompt_start() {
|
103 |
+
builtin printf '\e]633;A\a'
|
104 |
+
}
|
105 |
+
|
106 |
+
__vsc_prompt_end() {
|
107 |
+
builtin printf '\e]633;B\a'
|
108 |
+
}
|
109 |
+
|
110 |
+
__vsc_update_cwd() {
|
111 |
+
builtin printf '\e]633;P;Cwd=%s\a' "$(__vsc_escape_value "${PWD}")"
|
112 |
+
}
|
113 |
+
|
114 |
+
__vsc_command_output_start() {
|
115 |
+
builtin printf '\e]633;E;%s;%s\a' "$(__vsc_escape_value "${__vsc_current_command}")" $__vsc_nonce
|
116 |
+
builtin printf '\e]633;C\a'
|
117 |
+
}
|
118 |
+
|
119 |
+
__vsc_continuation_start() {
|
120 |
+
builtin printf '\e]633;F\a'
|
121 |
+
}
|
122 |
+
|
123 |
+
__vsc_continuation_end() {
|
124 |
+
builtin printf '\e]633;G\a'
|
125 |
+
}
|
126 |
+
|
127 |
+
__vsc_right_prompt_start() {
|
128 |
+
builtin printf '\e]633;H\a'
|
129 |
+
}
|
130 |
+
|
131 |
+
__vsc_right_prompt_end() {
|
132 |
+
builtin printf '\e]633;I\a'
|
133 |
+
}
|
134 |
+
|
135 |
+
__vsc_command_complete() {
|
136 |
+
if [[ "$__vsc_current_command" == "" ]]; then
|
137 |
+
builtin printf '\e]633;D\a'
|
138 |
+
else
|
139 |
+
builtin printf '\e]633;D;%s\a' "$__vsc_status"
|
140 |
+
fi
|
141 |
+
__vsc_update_cwd
|
142 |
+
}
|
143 |
+
|
144 |
+
if [[ -o NOUNSET ]]; then
|
145 |
+
if [ -z "${RPROMPT-}" ]; then
|
146 |
+
RPROMPT=""
|
147 |
+
fi
|
148 |
+
fi
|
149 |
+
__vsc_update_prompt() {
|
150 |
+
__vsc_prior_prompt="$PS1"
|
151 |
+
__vsc_prior_prompt2="$PS2"
|
152 |
+
__vsc_in_command_execution=""
|
153 |
+
PS1="%{$(__vsc_prompt_start)%}$PS1%{$(__vsc_prompt_end)%}"
|
154 |
+
PS2="%{$(__vsc_continuation_start)%}$PS2%{$(__vsc_continuation_end)%}"
|
155 |
+
if [ -n "$RPROMPT" ]; then
|
156 |
+
__vsc_prior_rprompt="$RPROMPT"
|
157 |
+
RPROMPT="%{$(__vsc_right_prompt_start)%}$RPROMPT%{$(__vsc_right_prompt_end)%}"
|
158 |
+
fi
|
159 |
+
}
|
160 |
+
|
161 |
+
__vsc_precmd() {
|
162 |
+
local __vsc_status="$?"
|
163 |
+
if [ -z "${__vsc_in_command_execution-}" ]; then
|
164 |
+
# not in command execution
|
165 |
+
__vsc_command_output_start
|
166 |
+
fi
|
167 |
+
|
168 |
+
__vsc_command_complete "$__vsc_status"
|
169 |
+
__vsc_current_command=""
|
170 |
+
|
171 |
+
# in command execution
|
172 |
+
if [ -n "$__vsc_in_command_execution" ]; then
|
173 |
+
# non null
|
174 |
+
__vsc_update_prompt
|
175 |
+
fi
|
176 |
+
}
|
177 |
+
|
178 |
+
__vsc_preexec() {
|
179 |
+
PS1="$__vsc_prior_prompt"
|
180 |
+
PS2="$__vsc_prior_prompt2"
|
181 |
+
if [ -n "$RPROMPT" ]; then
|
182 |
+
RPROMPT="$__vsc_prior_rprompt"
|
183 |
+
fi
|
184 |
+
__vsc_in_command_execution="1"
|
185 |
+
__vsc_current_command=$1
|
186 |
+
__vsc_command_output_start
|
187 |
+
}
|
188 |
+
add-zsh-hook precmd __vsc_precmd
|
189 |
+
add-zsh-hook preexec __vsc_preexec
|
190 |
+
|
191 |
+
if [[ $options[login] = off && $USER_ZDOTDIR != $VSCODE_ZDOTDIR ]]; then
|
192 |
+
ZDOTDIR=$USER_ZDOTDIR
|
193 |
+
fi
|