1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pages.ja/*: update More Info links after template change (#15522)

This commit is contained in:
Sebastiaan Speck 2025-01-16 20:31:06 +01:00 committed by GitHub
parent 732b52ff22
commit 54c65634df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 72 additions and 72 deletions

View file

@ -1,7 +1,7 @@
# 7z
> 圧縮率の高いファイルアーカイバです。
> 詳しくはこちら: <https://manned.org/7z>
> もっと詳しく: <https://manned.org/7z>
- ファイルまたはディレクトリを圧縮する:

View file

@ -2,7 +2,7 @@
> 圧縮率の高いファイルアーカイバです。
> `7z` よりも対応しているファイル形式は少ないですが、複数のプラットフォームに対応しています。
> 詳しくはこちら: <https://manned.org/7za>
> もっと詳しく: <https://manned.org/7za>
- ファイルまたはディレクトリを圧縮する:

View file

@ -2,7 +2,7 @@
> 圧縮率の高いファイルアーカイバです。
> `7z` と似ていますが、 `7zr` は 7z 形式のみをサポートしています。
> 詳しくはこちら: <https://manned.org/7zr>
> もっと詳しく: <https://manned.org/7zr>
- ファイルまたはディレクトリを圧縮する:

View file

@ -2,7 +2,7 @@
> 条件を評価します。
> 条件が真と評価された場合は 0 を、偽と評価された場合は 1 を返します。
> 詳しくはこちら: <https://gnu.org/software/bash/manual/bash.html#index-test>
> もっと詳しく: <https://gnu.org/software/bash/manual/bash.html#index-test>
- 与えられた変数が与えられた文字列と等しいかどうかをテスト:

View file

@ -1,7 +1,7 @@
# ab
> Apache HTTP server のベンチマーク用ツールです。
> 詳しくはこちら: <https://httpd.apache.org/docs/current/programs/ab.html>
> もっと詳しく: <https://httpd.apache.org/docs/current/programs/ab.html>
- 指定された URL に 100 個の GET リクエストを送信する:

View file

@ -1,7 +1,7 @@
# ag
> Silver Searcher と呼ばれます。`ack` コマンドに似ていますが、より高速化を目指したコマンドです。
> 詳しくはこちら: <https://github.com/ggreer/the_silver_searcher>
> もっと詳しく: <https://github.com/ggreer/the_silver_searcher>
- "foo"という文字列が含まれるファイルを検索し、コンテキスト内でマッチした行を出力する:

View file

@ -2,7 +2,7 @@
> alias (コマンド文字列を置き換える別名)を作成します。
> alias は `~/.bashrc` などの shell の設定ファイルで定義されない限り、現在のセッションで失効します。
> 詳しくはこちら: <https://tldp.org/LDP/abs/html/aliases.html>
> もっと詳しく: <https://tldp.org/LDP/abs/html/aliases.html>
- alias の一覧表示:

View file

@ -1,7 +1,7 @@
# apktool
> APK ファイルの解析ツールです。
> 詳しくはこちら: <https://ibotpeaches.github.io/Apktool/>
> もっと詳しく: <https://ibotpeaches.github.io/Apktool/>
- APK ファイルのデコード:

View file

@ -2,7 +2,7 @@
> システムアーキテクチャ名前を示する。
> 'uname' も参照してください。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>
> もっと詳しく: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>
- システムアーキテクチャを示する:

View file

@ -1,7 +1,7 @@
# asdf
> さまざまなパッケージのバージョンを管理するためのコマンドラインインターフェイスです。
> 詳しくはこちら: <https://asdf-vm.com>
> もっと詳しく: <https://asdf-vm.com>
- 利用可能なプラグインの一覧を表示:

View file

@ -1,7 +1,7 @@
# aws configure
> AWS CLI の設定を管理します。
> 詳しくはこちら: <https://docs.aws.amazon.com/cli/latest/reference/configure/>
> もっと詳しく: <https://docs.aws.amazon.com/cli/latest/reference/configure/>
- 対話形式で AWS CLI を設定する(新しい設定の作成、または既定の更新):

View file

@ -2,7 +2,7 @@
> アマゾンウェブサービスの公式 CLI ツールです。
> `s3` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
> 詳しくはこちら: <https://aws.amazon.com/cli>
> もっと詳しく: <https://aws.amazon.com/cli>
- AWS コマンドラインを設定する:

View file

@ -2,7 +2,7 @@
> ファイルの内容を表示したり、連結したりします。
> シンタックスハイライトと Git 統合を備えた `cat`クローンです。
> 詳しくはこちら: <https://github.com/sharkdp/bat>
> もっと詳しく: <https://github.com/sharkdp/bat>
- ファイルの内容を、標準出力に出力する:

View file

@ -2,7 +2,7 @@
> 任意の精度で計算を行える言語です。
> `dc`も参照してください。
> 詳しくはこちら: <https://manned.org/bc>
> もっと詳しく: <https://manned.org/bc>
- 対話モードのセッションを開始する:

View file

@ -1,7 +1,7 @@
# bg
> 一時停止していたジョブ(例. `Ctrl + Z` 使用時)を再開し、バックグラウンドで実行します。
> 詳しくはこちら: <https://manned.org/bg>
> もっと詳しく: <https://manned.org/bg>
- 最も最近に一時停止されたジョブを再開し、バックグラウンドで実行する:

View file

@ -1,7 +1,7 @@
# case
> 複数の選択肢がある条件文を作成するための Bash 組み込み構文。
> 詳しくはこちら: <https://www.gnu.org/software/bash/manual/bash.html#index-case>
> もっと詳しく: <https://www.gnu.org/software/bash/manual/bash.html#index-case>
- 変数を文字列リテラルとマッチさせ、実行するコマンドを決める:

View file

@ -1,7 +1,7 @@
# cat
> ファイルの出力と連結を行います。
> 詳しくはこちら: <https://manned.org/cat.1posix>
> もっと詳しく: <https://manned.org/cat.1posix>
- ファイルの内容を標準出力に出力する:

View file

@ -1,7 +1,7 @@
# cd
> 現在の作業ディレクトリを変更します。
> 詳しくはこちら: <https://manned.org/cd>
> もっと詳しく: <https://manned.org/cd>
- 指定したディレクトリへ移動する:

View file

@ -1,7 +1,7 @@
# chsh
> ユーザーのログインシェルを変更します。
> 詳しくはこちら: <https://manned.org/chsh>
> もっと詳しく: <https://manned.org/chsh>
- カレントユーザーのログインシェルを対話的に変更する:

View file

@ -1,7 +1,7 @@
# colorls
> カラー化と Font Awesome アイコンの使用によりターミナルの ls コマンドを美しくした Ruby の gem です。
> 詳しくはこちら: <https://github.com/athityakumar/colorls>
> もっと詳しく: <https://github.com/athityakumar/colorls>
- ファイルを 1 行ずつ表示する:

View file

@ -1,7 +1,7 @@
# cp
> ファイルやディレクトリをコピーします。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>
> もっと詳しく: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>
- ファイルを別の場所にコピー:

View file

@ -2,7 +2,7 @@
> データをサーバーから転送、もしくはサーバーへ転送します。
> HTTP、FTP、POP3を含むほとんどのプロトコルをサポートしています。
> 詳しくはこちら: <https://curl.se/docs/manpage.html>
> もっと詳しく: <https://curl.se/docs/manpage.html>
- URLのコンテンツをファイルにダウンロードする:

View file

@ -1,7 +1,7 @@
# dig
> DNS 情報を調べるユーティリティーです。
> 詳しくはこちら: <https://manned.org/dig>
> もっと詳しく: <https://manned.org/dig>
- ホスト名に関連する IP を検索(A レコード):

View file

@ -1,7 +1,7 @@
# docker build
> Dockerfileからイメージを構築します。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/buildx/build/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/buildx/build/>
- カレントディレクトリ内のDockerfileを使ってDockerイメージを構築する:

View file

@ -1,7 +1,7 @@
# docker compose
> 複数コンテナを持つDockerアプリケーションの実行と管理をします。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/compose/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/compose/>
- 実行中のコンテナ全てをリスト表示する:

View file

@ -1,7 +1,7 @@
# docker cp
> ホスト、コンテナのファイルシステム間でファイルやディレクトリをコピーします。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/container/cp/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/container/cp/>
- ホストからコンテナへファイルやディレクトリをコピーする:

View file

@ -1,7 +1,7 @@
# docker ps
> Dockerコンテナ一覧を表示します。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/container/ls/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/container/ls/>
- 現在実行中のdockerコンテナ一覧を表示する:

View file

@ -1,7 +1,7 @@
# docker run
> 新しいDockerコンテナでコマンドを実行します。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/container/run/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/container/run/>
- タグ付けイメージから作成した新しいコンテナでコマンドを実行する:

View file

@ -1,7 +1,7 @@
# docker start
> 1つまたは複数の停止中コンテナを起動します。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/container/start/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/container/start/>
- ヘルプを表示する:

View file

@ -1,7 +1,7 @@
# docker system
> Dockerのデータ管理とシステム全体に関わる情報の表示をします。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/system/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/system/>
- ヘルプの表示をする:

View file

@ -2,7 +2,7 @@
> Dockerコンテナ及びDockerイメージの管理を行います。
> `run` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/>
> もっと詳しく: <https://docs.docker.com/reference/cli/docker/>
- 全てのDockerコンテナを表示する(実行中・停止中、両方のコンテナ):

View file

@ -1,7 +1,7 @@
# du
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/du>
> もっと詳しく: <https://www.gnu.org/software/coreutils/du>
- 指定した単位 (B/KiB/MiB) でディレクトリおよびサブディレクトリのサイズを表示します:

View file

@ -1,7 +1,7 @@
# echo
> 与えられた引数を表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>
> もっと詳しく: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>
- テキストメッセージを印刷する。備考: 引用符は任意:

View file

@ -1,7 +1,7 @@
# fg
> フォアグラウンドでジョブを実行する。
> 詳しくはこちら: <https://manned.org/fg>
> もっと詳しく: <https://manned.org/fg>
- 最も最近に停止されたジョブまたはバックグラウンドジョブをフォアグラウンドで実行する:

View file

@ -1,7 +1,7 @@
# fossil forget
> このコマンドは `fossil rm` のエイリアスです。
> 詳しくはこちら: <https://fossil-scm.org/home/help/forget>
> もっと詳しく: <https://fossil-scm.org/home/help/forget>
- オリジナルのコマンドのドキュメントを表示する:

View file

@ -1,7 +1,7 @@
# git commit
> リポジトリにファイルをコミットします。
> 詳しくはこちら: <https://git-scm.com/docs/git-commit>
> もっと詳しく: <https://git-scm.com/docs/git-commit>
- メッセージと共に、ステージ済のファイルをリポジトリにコミットする:

View file

@ -2,7 +2,7 @@
> 分散型バージョン管理システム
> いくつかのサブコマンドがあります。例えば `commit`, `add`, `branch`, `checkout`, `push`, などです。 これらには使用方法についての独自のドキュメントがあり、 `tldr git subcommand` で見ることができます。
> 詳しくはこちら: <https://git-scm.com/>
> もっと詳しく: <https://git-scm.com/>
- Gitのサブコマンドを実行する:

View file

@ -1,7 +1,7 @@
# history
> コマンドラインの履歴です。
> 詳しくはこちら: <https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html>
> もっと詳しく: <https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html>
- コマンドの履歴一覧を行番号付きで表示する:

View file

@ -1,7 +1,7 @@
# htop
> 実行中のプロセスに関する動的なリアルタイム情報を表示する。 `top` の拡張版。
> 詳しくはこちら: <https://htop.dev/>
> もっと詳しく: <https://htop.dev/>
- htop を起動:

View file

@ -1,7 +1,7 @@
# less
> ファイルを開いて、スクロールや検索などのインタラクティブな読み方ができます。
> 詳しくはこちら: <https://greenwoodsoftware.com/less/>
> もっと詳しく: <https://greenwoodsoftware.com/less/>
- ファイルを開く:

View file

@ -1,7 +1,7 @@
# ls
> ディレクトリの内容を一覧表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>
> もっと詳しく: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>
- ファイルを1行ごとに一覧表示:

View file

@ -1,7 +1,7 @@
# mysql
> MySQL のコマンドラインツールです。
> 詳しくはこちら: <https://www.mysql.com/>
> もっと詳しく: <https://www.mysql.com/>
- データベースへの接続:

View file

@ -1,7 +1,7 @@
# ps
> 実行中のプロセスに関する情報。
> 詳しくはこちら: <https://manned.org/ps>
> もっと詳しく: <https://manned.org/ps>
- 実行中のプロセスをすべてリストアップ:

View file

@ -1,7 +1,7 @@
# pwd
> 現在の作業ディレクトリを表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/pwd>
> もっと詳しく: <https://www.gnu.org/software/coreutils/pwd>
- 現在のディレクトリを表示する:

View file

@ -1,7 +1,7 @@
# pyenv
> 複数バージョンのPythonを容易に切り替えします。
> 詳しくはこちら: <https://github.com/pyenv/pyenv>
> もっと詳しく: <https://github.com/pyenv/pyenv>
- 利用可能なコマンド全てをリスト表示する:

View file

@ -1,7 +1,7 @@
# ranger
> VI キーバインドのコンソールファイルマネージャー。
> 詳しくはこちら: <https://github.com/ranger/ranger>
> もっと詳しく: <https://github.com/ranger/ranger>
- ranger を起動する:

View file

@ -1,7 +1,7 @@
# scrapy
> ウェブクローリングのフレームワークです。
> 詳しくはこちら: <https://scrapy.org>
> もっと詳しく: <https://scrapy.org>
- プロジェクトを作成する:

View file

@ -1,7 +1,7 @@
# sed
> スクリプトによるテキスト編集。
> 詳しくはこちら: <https://manned.org/sed.1posix>
> もっと詳しく: <https://manned.org/sed.1posix>
- ファイルの各行で正規表現の最初の出現箇所を置換し、その結果を表示する:

View file

@ -2,7 +2,7 @@
> アーカイブ(複数のファイルやフォルダを 1 つのファイルに纏める)の為のユーティリティー。
> gzip や bzip2 などの圧縮方法と組み合わせることが多いです。
> 詳しくはこちら: <https://www.gnu.org/software/tar>
> もっと詳しく: <https://www.gnu.org/software/tar>
- アーカイブを作成し、それをファイルに書き込む:

View file

@ -2,7 +2,7 @@
> 条件を評価します。
> 条件が真と評価された場合は 0 を、偽と評価された場合は 1 を返します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/test>
> もっと詳しく: <https://www.gnu.org/software/coreutils/test>
- 与えられた変数が与えられた文字列と等しいかどうかをテスト:

View file

@ -1,7 +1,7 @@
# tldr
> コマンドの簡単なマニュアル。
> 詳しくはこちら: <https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface>
> もっと詳しく: <https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface>
- コマンドのよくある使用例を見られます (ヒント: このページにたどり着いた方法です!):

View file

@ -3,7 +3,7 @@
> 端末のマルチプレクサ。
> ウィンドウやペインなどによる複数セッションを可能にします。
> も参照してください: `zellij`, `screen`
> 詳しくはこちら: <https://github.com/tmux/tmux>
> もっと詳しく: <https://github.com/tmux/tmux>
- 新規セッションの開始:

View file

@ -1,7 +1,7 @@
# unalias
> alias を削除します。
> 詳しくはこちら: <https://manned.org/unalias>
> もっと詳しく: <https://manned.org/unalias>
- alias を削除する:

View file

@ -2,7 +2,7 @@
> コマンドラインのテキストエディタである Vim(Vi IMproved)には、さまざまな種類のテキスト操作のためのモードが用意されています。
> `i` を押すと編集モードになります。`<Esc>` を押すと通常モードに戻り、通常のテキスト挿入はできません。
> 詳しくはこちら: <https://www.vim.org>
> もっと詳しく: <https://www.vim.org>
- ファイルを開く:

View file

@ -1,7 +1,7 @@
# z
> 高頻度で利用されるディレクトリを把握し、文字列や正規表現をつかうことでスムーズに移動できるようにします。
> 詳しくはこちら: <https://github.com/rupa/z>
> もっと詳しく: <https://github.com/rupa/z>
- "foo"が名前に含まれるディレクトリに移動する:

View file

@ -2,7 +2,7 @@
> Debian系ディストリビューションで使われるパッケージ管理システムです。
> Ubuntuのバージョンが16.04か、それ以降で対話モードを使う場合`apt-get`の代わりとして使用します。
> 詳しくはこちら: <https://manned.org/apt.8>
> もっと詳しく: <https://manned.org/apt.8>
- 利用可能なパーケージとバージョンのリストの更新(他の`apt`コマンドの前での実行を推奨):

View file

@ -1,7 +1,7 @@
# whatis
> マニュアルページから、一行の説明文を表示します。
> 詳しくはこちら: <https://manned.org/whatis>
> もっと詳しく: <https://manned.org/whatis>
- manページの説明文を表示する:

View file

@ -1,7 +1,7 @@
# assoc
> ファイル拡張子の関連付けを表示または変更します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>
- 関連するすべてのファイルタイプをします:

View file

@ -1,7 +1,7 @@
# attrib
> ファイルまたはディレクトリの属性を表示または変更します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/attrib>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/attrib>
- 現在のディレクトリ内のファイルの属性を表示します:

View file

@ -1,7 +1,7 @@
# cd
> 現在の作業ディレクトリの名前を表示するか、現在の作業ディレクトリを変更します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>
- 同じドライブ内のディレクトリに移動します:

View file

@ -1,7 +1,7 @@
# choco apikey
> ChocolateyソースのAPIキーを管理します。
> 詳しくはこちら: <https://chocolatey.org/docs/commands-apikey>
> もっと詳しく: <https://chocolatey.org/docs/commands-apikey>
- ソースとそのAPIキーのリストを表示します:

View file

@ -1,7 +1,7 @@
# choco feature
> Chocolateyで機能を操作します。
> 詳しくはこちら: <https://chocolatey.org/docs/commands-feature>
> もっと詳しく: <https://chocolatey.org/docs/commands-feature>
- 利用可能な機能のリストを表示します:

View file

@ -1,7 +1,7 @@
# choco info
> Chocolateyのパッケージに関する詳細情報を表示します。
> 詳しくはこちら: <https://chocolatey.org/docs/commands-info>
> もっと詳しく: <https://chocolatey.org/docs/commands-info>
- 特定のパッケージに関する情報を表示します:

View file

@ -2,7 +2,7 @@
> Chocolateyパッケージマネージャーのコマンドラインインターフェイスです。
> `install` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
> 詳しくはこちら: <https://chocolatey.org>
> もっと詳しく: <https://chocolatey.org>
- Chocolateyコマンドを実行します:

View file

@ -1,7 +1,7 @@
# clip
> 入力コンテンツをWindowsクリップボードにコピーします。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/clip>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/clip>
- コマンドライン出力をWindowsクリップボードにパイプします:

View file

@ -1,7 +1,7 @@
# cls
> 画面をクリアします。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>
- 画面をクリアします:

View file

@ -1,7 +1,7 @@
# cmd
> Windowsコマンドインタープリター。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmd>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmd>
- コマンドインタープリターの新しいインスタンスを開始します:

View file

@ -1,7 +1,7 @@
# dir
> ディレクトリの内容を一覧表示します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>
- 現在のディレクトリの内容を表示します:

View file

@ -1,7 +1,7 @@
# find
> 1つ以上のファイルで指定された文字列を検索します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>
- 指定された文字列を含む行を検索します:

View file

@ -1,7 +1,7 @@
# ipconfig
> Windowsのネットワーク構成を表示および管理します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/ipconfig>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/ipconfig>
- ネットワークアダプタのリストを表示します:

View file

@ -1,7 +1,7 @@
# mkdir
> ディレクトリを作成します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>
- ディレクトリを作成します:

View file

@ -1,7 +1,7 @@
# mklink
> シンボリックリンクを作成します。
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>
- ファイルへのシンボリックリンクを作成します: