ローカル参照と公開済みの全モードを含む完全パッケージをインストールします。
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.2upgrade が互換性を確認し、必要な場合だけブロックを置換します。
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.