Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- .bashrc +10 -0
- .condarc +1 -0
- .gitconfig +2 -0
- .hushlogin +0 -0
- .idea/this_studio.iml +55 -0
- .lightning_studio/.studiorc +4 -0
- .lightning_studio/on_start.sh +13 -0
- .lightning_studio/on_stop.sh +8 -0
- .lightningignore +25 -0
- .profile +32 -0
- .sudo_as_admin_successful +0 -0
- .vscode/settings.json +85 -0
- .zcompdump +2019 -0
- .zsh_history +6 -0
- .zshrc +115 -0
- README.md +2 -8
- main.py +136 -0
.bashrc
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Set the encoding for SSH since ssh can't inherit the ENV
|
2 |
+
export LC_ALL=C.UTF-8
|
3 |
+
export LANG=C.UTF-8
|
4 |
+
|
5 |
+
# Set HOME
|
6 |
+
export HOME="/teamspace/studios/this_studio"
|
7 |
+
|
8 |
+
# >>> lightning managed. do not modify >>>
|
9 |
+
[ -f /settings/.lightningrc ] && source /settings/.lightningrc bash
|
10 |
+
# <<< lightning managed. do not modify <<<
|
.condarc
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
changeps1: false
|
.gitconfig
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[core]
|
2 |
+
excludesfile = /settings/.global_gitignore
|
.hushlogin
ADDED
File without changes
|
.idea/this_studio.iml
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$">
|
5 |
+
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
6 |
+
<excludeFolder url="file://$MODULE_DIR$/lightning-annotations.json" />
|
7 |
+
<excludeFolder url="file://$MODULE_DIR$/.lightning-app-sync" />
|
8 |
+
<excludeFolder url="file://$MODULE_DIR$/.lightning-app-run" />
|
9 |
+
<excludeFolder url="file://$MODULE_DIR$/.lightning-upload" />
|
10 |
+
<excludeFolder url="file://$MODULE_DIR$/.ssh" />
|
11 |
+
<excludeFolder url="file://$MODULE_DIR$/.conda" />
|
12 |
+
<excludeFolder url="file://$MODULE_DIR$/.config" />
|
13 |
+
<excludeFolder url="file://$MODULE_DIR$/.npm" />
|
14 |
+
<excludeFolder url="file://$MODULE_DIR$/.nvm" />
|
15 |
+
<excludeFolder url="file://$MODULE_DIR$/.bower" />
|
16 |
+
<excludeFolder url="file://$MODULE_DIR$/.ipython" />
|
17 |
+
<excludeFolder url="file://$MODULE_DIR$/.local" />
|
18 |
+
<excludeFolder url="file://$MODULE_DIR$/.oh-my-zsh" />
|
19 |
+
<excludeFolder url="file://$MODULE_DIR$/.cache" />
|
20 |
+
<excludeFolder url="file://$MODULE_DIR$/miniconda3" />
|
21 |
+
<excludeFolder url="file://$MODULE_DIR$/.condarc" />
|
22 |
+
<excludeFolder url="file://$MODULE_DIR$/.gitconfig" />
|
23 |
+
<excludeFolder url="file://$MODULE_DIR$/.hushlogin" />
|
24 |
+
<excludeFolder url="file://$MODULE_DIR$/.profile" />
|
25 |
+
<excludeFolder url="file://$MODULE_DIR$/.screenrc" />
|
26 |
+
<excludeFolder url="file://$MODULE_DIR$/.sudo_as_admin_successful" />
|
27 |
+
<excludeFolder url="file://$MODULE_DIR$/.zcompdump" />
|
28 |
+
<excludeFolder url="file://$MODULE_DIR$/.bash_history" />
|
29 |
+
<excludeFolder url="file://$MODULE_DIR$/.bashrc" />
|
30 |
+
<excludeFolder url="file://$MODULE_DIR$/.zsh_history" />
|
31 |
+
<excludeFolder url="file://$MODULE_DIR$/.zshrc" />
|
32 |
+
<excludeFolder url="file://$MODULE_DIR$/.zshenv" />
|
33 |
+
<excludeFolder url="file://$MODULE_DIR$/.zlogin" />
|
34 |
+
<excludeFolder url="file://$MODULE_DIR$/.zprofile" />
|
35 |
+
<excludeFolder url="file://$MODULE_DIR$/.zlogout" />
|
36 |
+
<excludeFolder url="file://$MODULE_DIR$/.python_history" />
|
37 |
+
<excludeFolder url="file://$MODULE_DIR$/.lightningignore" />
|
38 |
+
<excludeFolder url="file://$MODULE_DIR$/.nv" />
|
39 |
+
<excludeFolder url="file://$MODULE_DIR$/.docker" />
|
40 |
+
<excludeFolder url="file://$MODULE_DIR$/.jupyter" />
|
41 |
+
<excludeFolder url="file://$MODULE_DIR$/.lightning" />
|
42 |
+
<excludeFolder url="file://$MODULE_DIR$/.vscode" />
|
43 |
+
<excludeFolder url="file://$MODULE_DIR$/.wget-hsts" />
|
44 |
+
<excludeFolder url="file://$MODULE_DIR$/.vscode-server" />
|
45 |
+
<excludeFolder url="file://$MODULE_DIR$/.vscode-server-insiders" />
|
46 |
+
<excludeFolder url="file://$MODULE_DIR$/.tmplaigit" />
|
47 |
+
<excludeFolder url="file://$MODULE_DIR$/.viminfo" />
|
48 |
+
<excludeFolder url="file://$MODULE_DIR$/.idea" />
|
49 |
+
<excludeFolder url="file://$MODULE_DIR$/.java" />
|
50 |
+
<excludeFolder url="file://$MODULE_DIR$/.dotnet" />
|
51 |
+
</content>
|
52 |
+
<orderEntry type="inheritedJdk" />
|
53 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
54 |
+
</component>
|
55 |
+
</module>
|
.lightning_studio/.studiorc
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This script is only for your user and runs in every shell you open.
|
2 |
+
# Use it to personalize your shell.
|
3 |
+
#
|
4 |
+
# Example: export MY_KEY=abcd-1234
|
.lightning_studio/on_start.sh
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# This script runs every time your Studio starts, from your home directory.
|
4 |
+
|
5 |
+
# List files under fast_load that need to load quickly on start (e.g. model checkpoints).
|
6 |
+
#
|
7 |
+
# ! fast_load
|
8 |
+
# <your file here>
|
9 |
+
|
10 |
+
# Add your startup commands below.
|
11 |
+
#
|
12 |
+
# Example: streamlit run my_app.py
|
13 |
+
# Example: gradio my_app.py
|
.lightning_studio/on_stop.sh
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# This script runs every time your Studio sleeps, from your home directory.
|
4 |
+
|
5 |
+
# Add your shutdown commands below.
|
6 |
+
#
|
7 |
+
# Example: docker down my-container
|
8 |
+
# Example: sudo service mysql stop
|
.lightningignore
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.cache
|
2 |
+
.conda
|
3 |
+
.condarc
|
4 |
+
.config
|
5 |
+
.gitconfig
|
6 |
+
.hushlogin
|
7 |
+
.ipython
|
8 |
+
.local
|
9 |
+
.oh-my-zsh
|
10 |
+
.profile
|
11 |
+
.screenrc
|
12 |
+
.ssh
|
13 |
+
.sudo_as_admin_successful
|
14 |
+
.zcompdump*
|
15 |
+
.zsh_history
|
16 |
+
.zshrc
|
17 |
+
.zshenv
|
18 |
+
.zlogin
|
19 |
+
.zprofile
|
20 |
+
.zlogout
|
21 |
+
.lightning
|
22 |
+
.nv
|
23 |
+
.nvm
|
24 |
+
.npm
|
25 |
+
.bower
|
.profile
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ~/.profile: executed by the command interpreter for login shells.
|
2 |
+
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
3 |
+
# exists.
|
4 |
+
# see /usr/share/doc/bash/examples/startup-files for examples.
|
5 |
+
# the files are located in the bash-doc package.
|
6 |
+
|
7 |
+
# the default umask is set in /etc/profile; for setting the umask
|
8 |
+
# for ssh logins, install and configure the libpam-umask package.
|
9 |
+
#umask 022
|
10 |
+
|
11 |
+
# if running bash
|
12 |
+
if [ -n "$BASH_VERSION" ]; then
|
13 |
+
# include .bashrc if it exists
|
14 |
+
if [ -f "$HOME/.bashrc" ]; then
|
15 |
+
. "$HOME/.bashrc"
|
16 |
+
fi
|
17 |
+
fi
|
18 |
+
|
19 |
+
# set PATH so it includes user's private bin if it exists
|
20 |
+
if [ -d "$HOME/bin" ] ; then
|
21 |
+
PATH="$HOME/bin:$PATH"
|
22 |
+
fi
|
23 |
+
|
24 |
+
# set PATH so it includes user's private bin if it exists
|
25 |
+
if [ -d "$HOME/.local/bin" ] ; then
|
26 |
+
PATH="$HOME/.local/bin:$PATH"
|
27 |
+
fi
|
28 |
+
|
29 |
+
# set PATH so it includes commands for non-zsh shells
|
30 |
+
if [ -d "/commands" ] ; then
|
31 |
+
PATH="/commands:${PATH/\/commands/}"
|
32 |
+
fi
|
.sudo_as_admin_successful
ADDED
File without changes
|
.vscode/settings.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python",
|
3 |
+
"jupyter.kernels.excludePythonEnvironments": [
|
4 |
+
"/commands/python3",
|
5 |
+
"/commands/python",
|
6 |
+
"/bin/python3.10",
|
7 |
+
"/usr/bin/python3.10",
|
8 |
+
"/bin/python3",
|
9 |
+
"/usr/bin/python3",
|
10 |
+
"/bin/python3.8",
|
11 |
+
"/usr/bin/python3.8",
|
12 |
+
"/home/zeus/miniconda3/bin/python"
|
13 |
+
],
|
14 |
+
"workbench.startupEditor": "none",
|
15 |
+
"python.terminal.activateEnvironment": false,
|
16 |
+
"terminal.integrated.drawBoldTextInBrightColors": false,
|
17 |
+
"terminal.integrated.gpuAcceleration": "on",
|
18 |
+
"terminal.integrated.localEchoLatencyThreshold": 0,
|
19 |
+
"terminal.integrated.localEchoEnabled": "off",
|
20 |
+
"terminal.integrated.localEchoStyle": "#000000",
|
21 |
+
"remote.autoForwardPorts": false,
|
22 |
+
"jupyter.notebookFileRoot": "${workspaceFolder}",
|
23 |
+
"terminal.integrated.enableMultiLinePasteWarning": "never",
|
24 |
+
"terminal.integrated.showTerminalConfigPrompt": false,
|
25 |
+
"files.exclude": {
|
26 |
+
"venv": true,
|
27 |
+
"lightning-annotations.json": true,
|
28 |
+
".lightning-app-sync": true,
|
29 |
+
".lighting-app-sync": true,
|
30 |
+
".lightning-app-run": true,
|
31 |
+
"**/*.lightning_upload": true,
|
32 |
+
".ssh*/**": true,
|
33 |
+
".conda*/**": true,
|
34 |
+
".config*/**": true,
|
35 |
+
".npm*/**": true,
|
36 |
+
".nvm*/**": true,
|
37 |
+
".bower*/**": true,
|
38 |
+
".ipython": true,
|
39 |
+
".local*/**": true,
|
40 |
+
".oh-my-zsh*/**": true,
|
41 |
+
"**/.cache/**": true,
|
42 |
+
"miniconda3": true,
|
43 |
+
".condarc": true,
|
44 |
+
".gitconfig": true,
|
45 |
+
".hushlogin": true,
|
46 |
+
".profile": true,
|
47 |
+
".screenrc": true,
|
48 |
+
".sudo_as_admin_successful": true,
|
49 |
+
".zcompdump*": true,
|
50 |
+
".bash_history": true,
|
51 |
+
".bashrc": true,
|
52 |
+
".zsh_history": true,
|
53 |
+
".zshrc": true,
|
54 |
+
".zshenv": true,
|
55 |
+
".zlogin": true,
|
56 |
+
".zprofile": true,
|
57 |
+
".zlogout": true,
|
58 |
+
".python_history": true,
|
59 |
+
".lightningignore": true,
|
60 |
+
".nv": true,
|
61 |
+
".docker": true,
|
62 |
+
".jupyter": true,
|
63 |
+
".lightning": true,
|
64 |
+
".vscode": true,
|
65 |
+
".vscode/**": true,
|
66 |
+
".wget-hsts": true,
|
67 |
+
".vscode-server/**": true,
|
68 |
+
".vscode-server-insiders/**": true,
|
69 |
+
".tmplaigit": true,
|
70 |
+
".viminfo": true,
|
71 |
+
".idea/**": true,
|
72 |
+
".java/**": true,
|
73 |
+
".dotnet/**": true,
|
74 |
+
"**/node_modules/**": true,
|
75 |
+
"**/__pycache__/**": true,
|
76 |
+
"**/.tmp_versions/**": true,
|
77 |
+
"**/.yarn/**": true,
|
78 |
+
"**/__pypackages__/**": true,
|
79 |
+
"**/*_cache": true
|
80 |
+
},
|
81 |
+
"files.associations": {
|
82 |
+
"*.studiorc": "shellscript"
|
83 |
+
},
|
84 |
+
"files.enableTrash": false
|
85 |
+
}
|
.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=( '' )
|
.zsh_history
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
: 1724761656:0;/home/zeus/miniconda3/envs/cloudspace/bin/python /teamspace/studios/this_studio/main.py
|
2 |
+
: 1724761709:0;sudo apt update
|
3 |
+
: 1724761790:0;sudo apt install ffmpeg
|
4 |
+
: 1724761804:0;pip install gradio transformers torch
|
5 |
+
: 1724761858:0;/home/zeus/miniconda3/envs/cloudspace/bin/python /teamspace/studios/this_studio/main.py
|
6 |
+
: 1724761904:0;gradio deploy
|
.zshrc
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Set the encoding for SSH since ssh can't inherit the ENV
|
2 |
+
export LC_ALL=C.UTF-8
|
3 |
+
export LANG=C.UTF-8
|
4 |
+
|
5 |
+
# Set HOME
|
6 |
+
export HOME="/teamspace/studios/this_studio"
|
7 |
+
|
8 |
+
# Path to your oh-my-zsh installation.
|
9 |
+
export ZSH=$HOME/.oh-my-zsh
|
10 |
+
|
11 |
+
# Set auto-completion dumpfile location.
|
12 |
+
export ZSH_COMPDUMP="/settings/.zcompdump-${HOST}"
|
13 |
+
|
14 |
+
# Don't care about permissions on autocomplete files
|
15 |
+
ZSH_DISABLE_COMPFIX=true
|
16 |
+
|
17 |
+
# Set name of the theme to load --- if set to "random", it will
|
18 |
+
# load a random theme each time oh-my-zsh is loaded, in which case,
|
19 |
+
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
20 |
+
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
21 |
+
ZSH_THEME="robbyrussell"
|
22 |
+
|
23 |
+
# Set list of themes to pick from when loading at random
|
24 |
+
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
25 |
+
# a theme from this variable instead of looking in $ZSH/themes/
|
26 |
+
# If set to an empty array, this variable will have no effect.
|
27 |
+
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
28 |
+
|
29 |
+
# Uncomment the following line to use case-sensitive completion.
|
30 |
+
# CASE_SENSITIVE="true"
|
31 |
+
|
32 |
+
# Uncomment the following line to use hyphen-insensitive completion.
|
33 |
+
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
34 |
+
# HYPHEN_INSENSITIVE="true"
|
35 |
+
|
36 |
+
# Uncomment one of the following lines to change the auto-update behavior
|
37 |
+
# zstyle ':omz:update' mode disabled # disable automatic updates
|
38 |
+
# zstyle ':omz:update' mode auto # update automatically without asking
|
39 |
+
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
|
40 |
+
|
41 |
+
# Uncomment the following line to change how often to auto-update (in days).
|
42 |
+
# zstyle ':omz:update' frequency 13
|
43 |
+
|
44 |
+
# Uncomment the following line if pasting URLs and other text is messed up.
|
45 |
+
# DISABLE_MAGIC_FUNCTIONS="true"
|
46 |
+
|
47 |
+
# Uncomment the following line to disable colors in ls.
|
48 |
+
# DISABLE_LS_COLORS="true"
|
49 |
+
|
50 |
+
# Uncomment the following line to disable auto-setting terminal title.
|
51 |
+
# DISABLE_AUTO_TITLE="true"
|
52 |
+
|
53 |
+
# Uncomment the following line to enable command auto-correction.
|
54 |
+
# ENABLE_CORRECTION="true"
|
55 |
+
|
56 |
+
# Uncomment the following line to display red dots whilst waiting for completion.
|
57 |
+
# You can also set it to another string to have that shown instead of the default red dots.
|
58 |
+
# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f"
|
59 |
+
# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765)
|
60 |
+
# COMPLETION_WAITING_DOTS="true"
|
61 |
+
|
62 |
+
# Uncomment the following line if you want to disable marking untracked files
|
63 |
+
# under VCS as dirty. This makes repository status check for large repositories
|
64 |
+
# much, much faster.
|
65 |
+
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
66 |
+
|
67 |
+
# Uncomment the following line if you want to change the command execution time
|
68 |
+
# stamp shown in the history command output.
|
69 |
+
# You can set one of the optional three formats:
|
70 |
+
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
71 |
+
# or set a custom format using the strftime function format specifications,
|
72 |
+
# see 'man strftime' for details.
|
73 |
+
# HIST_STAMPS="mm/dd/yyyy"
|
74 |
+
|
75 |
+
# Would you like to use another custom folder than $ZSH/custom?
|
76 |
+
# ZSH_CUSTOM=/path/to/new-custom-folder
|
77 |
+
|
78 |
+
# Which plugins would you like to load?
|
79 |
+
# Standard plugins can be found in $ZSH/plugins/
|
80 |
+
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
81 |
+
# Example format: plugins=(rails git textmate ruby lighthouse)
|
82 |
+
# Add wisely, as too many plugins slow down shell startup.
|
83 |
+
plugins=()
|
84 |
+
|
85 |
+
source $ZSH/oh-my-zsh.sh
|
86 |
+
|
87 |
+
# User configuration
|
88 |
+
|
89 |
+
# export MANPATH="/usr/local/man:$MANPATH"
|
90 |
+
|
91 |
+
# You may need to manually set your language environment
|
92 |
+
# export LANG=en_US.UTF-8
|
93 |
+
|
94 |
+
# Preferred editor for local and remote sessions
|
95 |
+
# if [[ -n $SSH_CONNECTION ]]; then
|
96 |
+
# export EDITOR='vim'
|
97 |
+
# else
|
98 |
+
# export EDITOR='mvim'
|
99 |
+
# fi
|
100 |
+
|
101 |
+
# Compilation flags
|
102 |
+
# export ARCHFLAGS="-arch x86_64"
|
103 |
+
|
104 |
+
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
105 |
+
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
106 |
+
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
107 |
+
# For a full list of active aliases, run `alias`.
|
108 |
+
#
|
109 |
+
# Example aliases
|
110 |
+
# alias zshconfig="mate ~/.zshrc"
|
111 |
+
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
112 |
+
|
113 |
+
# >>> lightning managed. do not modify >>>
|
114 |
+
[ -f /settings/.lightningrc ] && source /settings/.lightningrc zsh
|
115 |
+
# <<< lightning managed. do not modify <<<
|
README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
colorFrom: green
|
5 |
-
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.42.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: this_studio
|
3 |
+
app_file: main.py
|
|
|
|
|
4 |
sdk: gradio
|
5 |
sdk_version: 4.42.0
|
|
|
|
|
6 |
---
|
|
|
|
main.py
ADDED
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
from transformers import pipeline, AutoModelForSpeechSeq2Seq, AutoTokenizer, AutoProcessor
|
3 |
+
import torch
|
4 |
+
import logging
|
5 |
+
import os
|
6 |
+
import time
|
7 |
+
import shutil # เพิ่มการ import shutil
|
8 |
+
from pydub import AudioSegment, silence
|
9 |
+
from concurrent.futures import ProcessPoolExecutor
|
10 |
+
from io import StringIO
|
11 |
+
|
12 |
+
# ตั้งค่า logging
|
13 |
+
log_stream = StringIO()
|
14 |
+
logging.basicConfig(level=logging.DEBUG, stream=log_stream)
|
15 |
+
logger = logging.getLogger(__name__)
|
16 |
+
|
17 |
+
# กำหนด path สำหรับ model, audio, segment, และ text
|
18 |
+
MODEL_DIR = "/content/model"
|
19 |
+
AUDIO_DIR = "/content/audio"
|
20 |
+
TEXT_DIR = "/content/text"
|
21 |
+
|
22 |
+
# สร้าง directories ถ้ายังไม่มี
|
23 |
+
os.makedirs(MODEL_DIR, exist_ok=True)
|
24 |
+
os.makedirs(AUDIO_DIR, exist_ok=True)
|
25 |
+
os.makedirs(TEXT_DIR, exist_ok=True)
|
26 |
+
|
27 |
+
# กำหนดชื่อโมเดลและภาษา
|
28 |
+
MODEL_NAME = "FILM6912/Whisper-small-thai"
|
29 |
+
lang = "th"
|
30 |
+
|
31 |
+
# ตรวจสอบว่าใช้ GPU ได้หรือไม่ ถ้าไม่ได้ใช้ CPU
|
32 |
+
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
33 |
+
logger.info(f"Using device: {'GPU' if device.type == 'cuda' else 'CPU'}")
|
34 |
+
|
35 |
+
# โหลดโมเดลและ Tokenizer ล่วงหน้าเพื่อเก็บใน cache directory
|
36 |
+
try:
|
37 |
+
logger.info("Loading model...")
|
38 |
+
model = AutoModelForSpeechSeq2Seq.from_pretrained(MODEL_NAME, cache_dir=MODEL_DIR).to(device)
|
39 |
+
tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME, cache_dir=MODEL_DIR)
|
40 |
+
processor = AutoProcessor.from_pretrained(MODEL_NAME, cache_dir=MODEL_DIR)
|
41 |
+
|
42 |
+
# สร้าง pipeline สำหรับการแปลงเสียงเป็นข้อความ
|
43 |
+
pipe = pipeline(
|
44 |
+
task="automatic-speech-recognition",
|
45 |
+
model=model,
|
46 |
+
tokenizer=tokenizer,
|
47 |
+
feature_extractor=processor.feature_extractor,
|
48 |
+
chunk_length_s=30,
|
49 |
+
device=0 if device.type == 'cuda' else -1, # บังคับให้ใช้ GPU (device=0) ถ้ามี
|
50 |
+
)
|
51 |
+
logger.info("Model loaded successfully.")
|
52 |
+
except Exception as e:
|
53 |
+
logger.error(f"Error loading model: {e}")
|
54 |
+
raise
|
55 |
+
|
56 |
+
# ฟังก์ชันสำหรับการถอดเสียงแบบขนาน
|
57 |
+
def transcribe_segment(segment: AudioSegment):
|
58 |
+
try:
|
59 |
+
# ส่งออก segment เป็นไฟล์ WAV ในหน่วยความจำ
|
60 |
+
segment_wav = segment.export(format="wav")
|
61 |
+
# ถอดเสียงจากไฟล์ segment
|
62 |
+
transcription = pipe(segment_wav)["text"]
|
63 |
+
return transcription
|
64 |
+
except Exception as e:
|
65 |
+
logger.error(f"Error during segment transcription: {e}")
|
66 |
+
return ""
|
67 |
+
|
68 |
+
# ฟังก์ชันสำหรับการแปลงเสียงเป็นข้อความ
|
69 |
+
def transcribe_with_parallel_processing(microphone_audio, upload_audio):
|
70 |
+
audio_path = microphone_audio or upload_audio
|
71 |
+
|
72 |
+
# ตรวจสอบเส้นทางไฟล์เพื่อให้แน่ใจว่าไฟล์มีอยู่จริง
|
73 |
+
if not audio_path or not os.path.exists(audio_path):
|
74 |
+
logger.error("No audio input received or file does not exist.")
|
75 |
+
return "No audio input received or file does not exist.", None, None
|
76 |
+
|
77 |
+
logger.debug(f"Processing audio file: {audio_path}")
|
78 |
+
|
79 |
+
# 8387rcPNz8SRX6pYXgdxCZg3VMLFwtdJB3Z9LeX8Ge2n
|
80 |
+
sanitized_filename = os.path.basename(audio_path).replace(" ", "_")
|
81 |
+
audio_filename = os.path.join(AUDIO_DIR, sanitized_filename)
|
82 |
+
shutil.copyfile(audio_path, audio_filename)
|
83 |
+
|
84 |
+
try:
|
85 |
+
# โหลดไฟล์เสียงด้วย pydub
|
86 |
+
audio = AudioSegment.from_wav(audio_filename)
|
87 |
+
|
88 |
+
# แบ่งไฟล์เสียงเมื่อเสียงเงียบ
|
89 |
+
chunks = silence.split_on_silence(audio, min_silence_len=1000, silence_thresh=-30, keep_silence=500)
|
90 |
+
logger.info(f"Audio split into {len(chunks)} segments.")
|
91 |
+
|
92 |
+
if not chunks:
|
93 |
+
logger.error("No segments created. Ensure the audio file is correct.")
|
94 |
+
return "No segments created. Ensure the audio file is correct.", None, log_stream.getvalue()
|
95 |
+
|
96 |
+
# ถอดเสียงแบบขนาน
|
97 |
+
with ProcessPoolExecutor() as executor:
|
98 |
+
transcriptions = list(executor.map(transcribe_segment, chunks))
|
99 |
+
|
100 |
+
# รวมผลลัพธ์จากแต่ละส่วนเข้าด้วยกัน
|
101 |
+
full_transcription = " ".join(transcriptions)
|
102 |
+
logger.info("Transcription completed successfully.")
|
103 |
+
|
104 |
+
# บันทึกผลลัพธ์เป็นไฟล์ .txt โดยตั้งชื่อไฟล์ตาม Unix Time
|
105 |
+
output_filename = os.path.join(TEXT_DIR, f"transcription_{int(time.time())}.txt")
|
106 |
+
with open(output_filename, "w", encoding="utf-8") as file:
|
107 |
+
file.write(full_transcription)
|
108 |
+
logger.info(f"Transcription exported to {output_filename}.")
|
109 |
+
|
110 |
+
# ลบไฟล์เสียงต้นฉบับหลังการใช้งานเสร็จสิ้น
|
111 |
+
os.remove(audio_filename)
|
112 |
+
|
113 |
+
return full_transcription, output_filename, log_stream.getvalue()
|
114 |
+
except Exception as e:
|
115 |
+
logger.error(f"Error during transcription: {e}")
|
116 |
+
return "Error during transcription.", None, log_stream.getvalue()
|
117 |
+
|
118 |
+
# สร้างอินเทอร์เฟซด้วย Gradio พร้อมปุ่มยืนยัน
|
119 |
+
with gr.Blocks() as interface:
|
120 |
+
with gr.Row():
|
121 |
+
audio_input = gr.Audio(type="filepath", label="Record or Upload your voice") # ใช้ filepath สำหรับการบันทึกเสียง
|
122 |
+
submit_btn = gr.Button("Start Transcription")
|
123 |
+
output_text = gr.Textbox(label="Transcription")
|
124 |
+
output_file = gr.File(label="Download Transcription File")
|
125 |
+
log_output = gr.Textbox(label="Logs", lines=10) # ช่องสำหรับแสดง logs
|
126 |
+
|
127 |
+
submit_btn.click(
|
128 |
+
fn=transcribe_with_parallel_processing,
|
129 |
+
inputs=[audio_input, audio_input], # ใช้ input เดียวกันสำหรับไฟล์อัปโหลดและการบันทึก
|
130 |
+
outputs=[output_text, output_file, log_output] # เพิ่ม log_output สำหรับแสดง logs
|
131 |
+
)
|
132 |
+
|
133 |
+
# รันแอปพลิเคชันและแชร์ลิงก์
|
134 |
+
logger.info("Launching Gradio interface...")
|
135 |
+
interface.launch(share=True)
|
136 |
+
logger.info("Gradio interface launched successfully.")
|