Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
eshell /
[ HOME SHELL ]
Name
Size
Permission
Action
em-alias.elc
6.13
KB
-rw-r--r--
em-banner.elc
1.65
KB
-rw-r--r--
em-basic.elc
3.86
KB
-rw-r--r--
em-cmpl.elc
11.92
KB
-rw-r--r--
em-dirs.elc
15.94
KB
-rw-r--r--
em-glob.elc
8.56
KB
-rw-r--r--
em-hist.elc
29.22
KB
-rw-r--r--
em-ls.elc
26.61
KB
-rw-r--r--
em-pred.elc
15.45
KB
-rw-r--r--
em-prompt.elc
5.75
KB
-rw-r--r--
em-rebind.elc
7.38
KB
-rw-r--r--
em-script.elc
3.82
KB
-rw-r--r--
em-smart.elc
8.68
KB
-rw-r--r--
em-term.elc
5.79
KB
-rw-r--r--
em-tramp.elc
3.47
KB
-rw-r--r--
em-unix.elc
34.51
KB
-rw-r--r--
em-xtra.elc
4.64
KB
-rw-r--r--
esh-arg.elc
11.07
KB
-rw-r--r--
esh-cmd.elc
36.27
KB
-rw-r--r--
esh-ext.elc
10.28
KB
-rw-r--r--
esh-groups.el
7.87
KB
-rw-r--r--
esh-io.elc
12.91
KB
-rw-r--r--
esh-mode.elc
30.69
KB
-rw-r--r--
esh-module.elc
2.49
KB
-rw-r--r--
esh-opt.elc
7.21
KB
-rw-r--r--
esh-proc.elc
16.79
KB
-rw-r--r--
esh-util.elc
19.95
KB
-rw-r--r--
esh-var.elc
15.05
KB
-rw-r--r--
eshell.elc
7.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : esh-opt.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'esh-util) #@2747 Process NAME's MACRO-ARGS using a set of command line OPTIONS. After doing so, stores settings in local symbols as declared by OPTIONS; then evaluates BODY-FORMS -- assuming all was OK. OPTIONS is a list, beginning with one or more elements of the form: (SHORT LONG VALUE SYMBOL HELP-STRING) Each of these elements represents a particular command-line switch. SHORT is either nil, or a character that can be used as a switch -SHORT. LONG is either nil, or a string that can be used as a switch --LONG. At least one of SHORT and LONG must be non-nil. VALUE is the value associated with the option. It can be either: t - the option needs a value to be specified after the switch; nil - the option is given the value t; anything else - specifies the actual value for the option. SYMBOL is either nil, or the name of the Lisp symbol that will be bound to VALUE. A nil SYMBOL calls `eshell-show-usage', and so is appropriate for a "--help" type option. HELP-STRING is a documentation string for the option. Any remaining elements of OPTIONS are :KEYWORD arguments. Some take arguments, some do not. The recognized :KEYWORDS are: :external STRING STRING is an external command to run if there are unknown switches. :usage STRING STRING is the initial part of the command's documentation string. It appears before the options are listed. :post-usage STRING STRING is an optional trailing part of the command's documentation string. It appears after the options, but before the final part of the documentation about the associated external command (if there is one). :show-usage If present, then show the usage message if the command is called with no arguments. :preserve-args If present, do not pass MACRO-ARGS through `flatten-tree' and `eshell-stringify-list'. :parse-leading-options-only If present, do not parse dash or switch arguments after the first positional argument. Instead, treat them as positional arguments themselves. For example, OPTIONS might look like: ((?C nil nil multi-column "multi-column display") (nil "help" nil nil "show this usage display") (?r "reverse" nil reverse-list "reverse order while sorting") :external "ls" :usage "[OPTION]... [FILE]... List information about the FILEs (the current directory by default). Sort entries alphabetically across.") `eshell-eval-using-options' returns the value of the last form in BODY-FORMS. If instead an external command is run (because of an unknown option), the tag `eshell-external' will be thrown with the new process for its value. Lastly, any remaining arguments will be available in the locally let-bound variable `args'. (fn NAME MACRO-ARGS OPTIONS &rest BODY-FORMS) (defalias 'eshell-eval-using-options '(macro . #[899 "\300\301\302A@>\203 \202 \303\304DDD\305\306\307BBBD\310\311\312\313\314\315\nA@\"\"!\316\"BB\317BBB\207" [let* temp-args :preserve-args eshell-stringify-list flatten-tree processed-args eshell--do-opts (temp-args) append delete-dups delq nil mapcar #[257 "\211<\205 \3008\205 \3008\301B\207" [3 ((pop processed-args))] 3 "\n\n(fn OPT)"] ((args processed-args)) (ignore args)] 14 (#$ . 430)])) (put 'eshell-eval-using-options 'edebug-form-spec '(form form sexp body)) #@137 Helper function for `eshell-eval-using-options'. This code doesn't really need to be macro expanded everywhere. (fn NAME OPTIONS ARGS) (defalias 'eshell--do-opts #[771 "\300\301!\210\30224 \3032) \211G\304U\203 \305>\203 \306\"\202( \307#\262\3100\211\2051 \311\312\"\2620\211\203B \313\314\315\"\"\202C \207" [require esh-ext eshell-ext-command eshell-usage 0 :show-usage eshell-show-usage eshell--process-args nil error "%s" throw eshell-external eshell-external-command] 9 (#$ . 3721)]) #@71 Display the usage message for NAME, using OPTIONS. (fn NAME OPTIONS) (defalias 'eshell-show-usage #[514 "\300\301!\210\302\303\304>A@#\305>\306>\307\203 @<\203x @\310\262\211@\203D \211A@\203D \302\311\302\312@A@#\3138#P\262\202w \211@\203[ \302\311\302\314@\"\3138#P\262\202w \211A@\203t \302\311\302\315A@\"\3138#P\262\202w \307\262\210A\262\202 \203\217 \205\211 \316A@Q\262\203\246 \317A@!\262\203\246 \320\321\"P\262\322\323\"\207" [require esh-ext format "usage: %s %s\n\n" :usage :external :post-usage nil t " %-20s %s\n" "-%c, --%s" 4 "-%c" " --%s" "\n" eshell-search-path format-message "\nThis command is implemented in Lisp. If an unrecognized option is\npassed to this command, the external version `%s'\nwill be called instead." throw eshell-usage] 14 (#$ . 4232)]) #@190 Using NAME's remaining args (index AI), set the OPT within OPTIONS. If the option consumes an argument for its value, the argument list will be modified. (fn NAME AI OPT OPTIONS OPT-VALS) (defalias 'eshell--set-option #[1285 "\3018\204 \302\"\207\3018\236\3038\304=\203F GV\203'