4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LinuxとWindowsコマンド対比表

Last updated at Posted at 2024-03-10

要 旨

LinuxコマンドとWindowsコマンド(Power Shell)の主要なものを対比表形式で記述します。

記述対比表

コマンドの意味 Linuxコマンド Windowsコマンド
現在のディレクトリ pwd @cd
クリア clear cls
ファイルやディレクトリの情報表示 ls dir
コピー cp copy
移動 mv move
名前変更 mv ren
削除 rm del
ディレクトリ作成 mkdir mkdir
空ファイル作成 touch copy nul foo.txt
ファイル検索 find find
通っているパス確認 echo $PATH echo %PATH%
コマンドの場所確認 which where
ディスクや空き領域調査 df -h Get-PSDrive,Get-Volume
パソコンの性能評価 - Winsat formal
スコア(点数)表示 - Get-CimInstance Win32_Winsat

結 言

今回は、LinuxコマンドとWindowsコマンド(Power Shell)の主要なものを対比表形式で記述しました。

4
2
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
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?