Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/share/Modules/init//tcsh_completion
#
# Tcsh commandline completion
#
alias _module_avail '\\
/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl tcsh avail --color=never -s -t -S |& sed '"'"'\\
/^-\+/d; /^\s*$/d; \\
/->.*$/d; \\
/:$/d; \\
s#^\(.*\)/\(.\+\)(.*default.*)#\1\n\1\/\2#; \\
s#(.*)$##g; \\
s#\s*$##g; \\
s#/*$##g; '"'"
alias _module_loaded '\\
/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl tcsh list --color=never -s -t |& sed '"'"'\\
/No Modulefiles Currently Loaded\.$/d; \\
/^-\+/d; /^\s*$/d; \\
/->.*$/d; \\
/:$/d; \\
s#^\(.*\)/\(.\+\)(.*default.*)#\1\n\1\/\2#; \\
s#(.*)$##g; \\
s#/*$##g; '"'"
alias _module_savelist '\\
/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl tcsh savelist --color=never -s -t |& sed '"'"'\\
/No named collection\.$/d; \\
/Named collection list$/d; \\
/:$/d; '"'"
alias _module_not_yet_loaded '\\
mkfifo /tmp/modules_tcsh_completion.$$.p1 /tmp/modules_tcsh_completion.$$.p2 && \\
( _module_avail | sort >! /tmp/modules_tcsh_completion.$$.p1 & ); \\
( _module_loaded | sort >! /tmp/modules_tcsh_completion.$$.p2 & ); \\
comm -23 /tmp/modules_tcsh_completion.$$.p1 /tmp/modules_tcsh_completion.$$.p2; \\
\rm /tmp/modules_tcsh_completion.$$.p1 /tmp/modules_tcsh_completion.$$.p2'
alias _module_modulepath 'echo ${MODULEPATH} | sed '"'"'s/:/\n/g;'"'"' '
set module_cmds = "add apropos aliases avail append-path clear config del display help initadd initclear initlist initprepend initrm is-loaded is-saved is-used is-avail info-loaded keyword list load path paths purge prepend-path refresh reload restore rm remove remove-path save savelist saveshow saverm search show source swap switch test unload unuse use whatis"
set module_opts = "-D -h -s -v -V --debug --help --silent --verbose --version --paginate --no-pager --color --color="
set module_load_opts = "--auto --no-auto --force -f --icase -i"
set module_list_opts = "-j -l -t --json --long --terse"
set module_clear_opts = "--force -f"
set module_avail_opts = "-C -d -i -j -L -l -S -t --contains --default --icase --json --latest --long --starts-with --terse --indepth --no-indepth"
set module_mfile_opts = "-i --icase"
set module_whatis_opts = "-i -j --icase --json"
set module_search_opts = "-j --json"
set module_path_opts = "-d --delim --duplicates"
set module_rm_path_opts = "-d --delim --index"
set module_config_opts = "--dump-state --reset advanced_version_spec auto_handling avail_indepth collection_pin_version collection_target color colors contact extended_default extra_siteconfig home icase implicit_default locked_configs ml pager rcfile run_quarantine search_match set_shell_startup silent_shell_debug term_background unload_match_order verbosity wa_277"
complete module 'n/help/`_module_avail`/' \
'n/add/`_module_not_yet_loaded; echo ${module_load_opts}`/' \
'n/load/`_module_not_yet_loaded; echo ${module_load_opts}`/' \
'n/rm/`_module_loaded; echo ${module_load_opts}`/' \
'n/del/`_module_loaded; echo ${module_load_opts}`/' \
'n/remove/`_module_loaded; echo ${module_load_opts}`/' \
'n/unload/`_module_loaded; echo ${module_load_opts}`/' \
'n/swap/`_module_loaded; echo ${module_load_opts}`/' \
'N/swap/`_module_not_yet_loaded; echo ${module_load_opts}`/' \
'n/switch/`_module_loaded; echo ${module_load_opts}`/' \
'N/switch/`_module_not_yet_loaded; echo ${module_load_opts}`/' \
'n/show/`_module_avail; echo ${module_mfile_opts}`/' \
'n/display/`_module_avail; echo ${module_mfile_opts}`/' \
'n/test/`_module_avail; echo ${module_mfile_opts}`/' \
"n/list/(${module_list_opts})/" \
'n/avail/`_module_avail; echo ${module_avail_opts}`/' \
'n/is-avail/`_module_avail; echo ${module_mfile_opts}`/' \
'n/is-loaded/`_module_avail; echo ${module_mfile_opts}`/' \
'n/info-loaded/`_module_avail; echo ${module_mfile_opts}`/' \
'n/restore/`_module_savelist`/' \
"n/savelist/(${module_list_opts})/" \
'n/saveshow/`_module_savelist`/' \
'n/saverm/`_module_savelist`/' \
'n/save/`_module_savelist`/' \
'n/is-saved/`_module_savelist`/' \
'n/aliases/n/' \
'n/use/d/' \
'N/use/d/' \
'n/unuse/`_module_modulepath`/' \
'n/is-used/`_module_modulepath`/' \
'n/purge/n/' \
'n/refresh/n/' \
'n/reload/n/' \
'n/whatis/`_module_avail; echo ${module_whatis_opts}`/' \
"n/apropos/(${module_search_opts})/" \
"n/search/(${module_search_opts})/" \
"n/keyword/(${module_search_opts})/" \
'n/paths/`_module_avail; echo ${module_mfile_opts}`/' \
'n/path/`_module_avail; echo ${module_mfile_opts}`/' \
'n/source/n/' \
'n/initadd/n/' \
'n/initprepend/n/' \
'n/initrm/n/' \
'n/initlist/n/' \
'n/initclear/n/' \
"n/append-path/(${module_path_opts})/" \
"n/prepend-path/(${module_path_opts})/" \
"n/remove-path/(${module_rm_path_opts})/" \
"n/clear/(${module_clear_opts})/" \
"n/config/(${module_config_opts})/" \
"n/--reset/(${module_config_opts})/" \
'n/-h/n/' \
'n/--help/n/' \
'n/-V/n/' \
'n/--version/n/' \
'C/sw*/(switch)/' \
"p/1/(${module_cmds} ${module_opts})/" \
"n/-*/(${module_cmds})/"
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 03 2024 19:12:29 | root / root | 0755 | |
ksh-functions | -- | March 03 2024 19:12:29 | root / root | 0755 | |
zsh-functions | -- | March 03 2024 19:12:29 | root / root | 0755 | |
| | | | | |
bash | 4.037 KB | October 14 2023 18:46:13 | root / root | 0644 | |
bash_completion | 11.195 KB | October 14 2023 18:46:13 | root / root | 0644 | |
cmake | 1.88 KB | October 14 2023 18:46:13 | root / root | 0644 | |
csh | 3.783 KB | October 14 2023 18:46:13 | root / root | 0644 | |
fish | 1.692 KB | October 14 2023 18:46:13 | root / root | 0644 | |
fish_completion | 9.421 KB | October 14 2023 18:46:13 | root / root | 0644 | |
ksh | 4.064 KB | October 14 2023 18:46:13 | root / root | 0644 | |
lisp | 3.154 KB | October 14 2023 18:46:13 | root / root | 0644 | |
perl.pm | 1.092 KB | October 14 2023 18:46:13 | root / root | 0644 | |
profile-compat.csh | 0.192 KB | October 14 2023 18:46:13 | root / root | 0644 | |
profile-compat.sh | 0.302 KB | October 14 2023 18:46:13 | root / root | 0644 | |
profile.csh | 0.103 KB | October 14 2023 18:46:13 | root / root | 0644 | |
profile.sh | 0.438 KB | October 14 2023 18:46:13 | root / root | 0644 | |
python.py | 1.503 KB | October 14 2023 18:46:13 | root / root | 0644 | |
r.R | 0.938 KB | October 14 2023 18:46:13 | root / root | 0644 | |
ruby.rb | 1.347 KB | October 14 2023 18:46:13 | root / root | 0644 | |
sh | 3.91 KB | October 14 2023 18:46:13 | root / root | 0644 | |
tcl | 1.046 KB | October 14 2023 18:46:13 | root / root | 0644 | |
tcsh | 3.789 KB | October 14 2023 18:46:13 | root / root | 0644 | |
tcsh_completion | 5.392 KB | October 14 2023 18:46:13 | root / root | 0644 | |
zsh | 4.054 KB | October 14 2023 18:46:13 | root / root | 0644 | |