LoginSignup
5
6

More than 5 years have passed since last update.

Windows10のコマンドプロンプトの機能で知らなかったことをメモっていく

Last updated at Posted at 2016-03-10

ディレクトリの移動

  • cd <tab>を使うことで現在のディレクトリにあるファイル・フォルダを1つずつ確認できる
  • Linuxでいうlsコマンド(現在のディレクトリの一覧を表示するコマンド)はdir

パッケージマネージャ Chocolatey

  • cinst <パッケージ名> or choco install <パッケージ名>パッケージのインストール
  • cuninst <パッケージ名> or choco uninstall <パッケージ名>パッケージのアンインストール
  • choco listインストールできるパッケージ一覧(全種)
  • choco list <検索ワード>パッケージの検索
  • choco list -lo(cal)インストール済みのパッケージ一覧

PHPのデバッグ・開発

  • php <phpファイル名>でデバッグ
  • php -S localhost:8000で簡易Webサーバが8000番ポートに起動するので、ブラウザからアクセスしてデバッグもできる

順次追記予定

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6