安装包含本地参考和全部已发布模式的完整包。
install echoecho无需编辑器即可读取文本文件:过滤行、保留行号,并限制输出的开头或结尾。
echo <file> [text] [options]echo <file>显示文本文件内容
echo <file> "text"显示包含 "text" 的行
-i "text"忽略大小写搜索 "text"
-r "pattern"使用 PHP 正则表达式搜索
-n显示文件内容并带行号
-h <lines>显示前 <lines> 行
-t <lines>显示后 <lines> 行
read <file>-n 把源文件行号放在独立列中;-h 与 -t 对过滤后的结果取前若干行或后若干行。
read 是由
二进制文件会被拒绝。输出受行数和总大小限制,发生截断时会明确标记。
可直接在页面中运行预先准备的示例。结果已预先生成并在浏览器中显示;服务器不会执行任何终端命令。
安装当前兼容版本。完整功能请选择 Base,精简包请选择 Minimum;已安装模块的更新请使用 upgrade。
Base 与 Minimum 是同一当前模块版本的两个包。
安装包含本地参考和全部已发布模式的完整包。
install echo安装精简包。该包不包含本地参考;
install echo -m安装这个确切的已发布版本。
install echo -v 1.2.2让 upgrade 检查兼容性,仅在需要时替换已安装块。
upgrade echo删除扩展块,不影响核心和其他模块。
install echo -u示例可复制,但网站不会执行。请先检查路径、权限和破坏性选项。
cd \sandbox | echo data/sample.txt -h 3 | echo data/sample.txt "terminal" -i -n4 It is never included in generated lil-terminal downloads and direct HTTP access is blocked.read sandbox/data/sample.txtlil-terminal sandbox text file
This file is safe to read, copy, rename, replace, hash and archive.read 是
echo sandbox/data/sample.txt -nlil-terminal sandbox text file
This file is safe to read, copy, rename, replace, hash and archive.echo sandbox/data/sample.txt "terminal" -i -n4 It is never included in generated lil-terminal downloads and direct HTTP access is blocked.echo sandbox/logs/app.log -r "/error|warning/i" -n3 This directory is part of the server tree: website_e36e9fed/sandbox/
4 It is never included in generated lil-terminal downloads and direct HTTP access is blocked.echo sandbox/data/sample.txt -h 3lil-terminal documentation sandbox
This directory is part of the server tree: website_e36e9fed/sandbox/echo sandbox/data/sample.txt -t 3During module review, examples may be refined together with the command. Keep paths
stable whenever possible because public documentation links refer to them.echo \sandbox\data\missing.txt未找到文件sandbox/data/sample.txt该示例使用受保护的 /sandbox/ 文档工作区中的文件或目录。
lil-terminal sandbox text file
This file is safe to read, copy, rename, replace, hash and archive.