Linux vs Windows Commands

Jika Linux menggunakan Bash Shell, maka Windows menggunakan 2 shell, yaitu Command Shell (CMD) dan PowerShell.

Perbandingan singkat antara Bash dan Command Shell adalah seperti berikut:

Command Description

Windows

Linux

Listing of a directory

dir

ls -l

Rename a file

ren

mv

Copy a file

copy

cp

Move file

move

mv

Clear screen

cls

clear

Delete file

fc

diff

Compare contents of files

del

rm

Search for a word/string in a file

find

grep

Display command help

command /?

man command

Display your location in the file system

chdir

pwd

Display the time

time

date

Last updated

Was this helpful?