Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Purpose of commandDOSMac/Unix/Linux
List filesdirls
Create a directoryMKDIRmkdir
Move files to a new directoryMOVEmv
Delete filesdelDELrm

On both platforms, asterisk wildcards can be used to match filenames with a given pattern, eg. dir *-HPF.* will find all files in the current directory with '-HPF.' in their filename.

...