引用
「よく使うシェルコマンド」の書誌情報
- ページ名: よく使うシェルコマンド
- 著者: Eospediaへの寄稿者ら
- 発行者: 『Eospedia』
- 更新日時: 2015年3月31日 02:20 (UTC)
- 取得日時: 2025年10月27日 18:50 (UTC)
- 恒久的なURI: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251
- ページの版番号: 13251
各種方式による「よく使うシェルコマンド」の書誌表示
APA方式
よく使うシェルコマンド. (2015年3月31日02:20). Eospedia, . 2025年10月27日18:50 https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251 にて閲覧.
MLA方式
"よく使うシェルコマンド." Eospedia, . 2015年3月31日02:20 (UTC). 2025年10月27日18:50 <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251>.
MHRA方式
Eospediaへの寄稿者ら, 'よく使うシェルコマンド', Eospedia, ,2015年3月31日 (UTC), <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251> [2025年10月27日閲覧]
Chicago方式
Eospediaへの寄稿者ら, "よく使うシェルコマンド," Eospedia, , https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251 (2025年10月27日閲覧).
CBE/CSE方式
Eospediaへの寄稿者ら. よく使うシェルコマンド [Internet]. Eospedia, ; 2015年3月31日02:20 (UTC) [2025年10月27日現在で引用]. 入手元: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251.
Bluebook方式
よく使うシェルコマンド, https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251 (2025年10月27日最終訪問).
BibTeXエントリ
@misc{ wiki:xxx,
author = "Eospedia",
title = "よく使うシェルコマンド --- Eospedia{,} ",
year = "2015",
url = "https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251",
note = "[オンライン; 閲覧日時 2025-27-10]"
}
URIの体裁を整えるためにLaTeXの url パッケージを用いる (プリアンブルのどこかに \usepackage{url} と書く) 場合は、以下のようにした方がいいかもしれません。
@misc{ wiki:xxx,
author = "Eospedia",
title = "よく使うシェルコマンド --- Eospedia{,} ",
year = "2015",
url = "\url{https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=%E3%82%88%E3%81%8F%E4%BD%BF%E3%81%86%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&oldid=13251}",
note = "[オンライン; 閲覧日時 2025-27-10]"
}