*NIX ↔ Windows command equivalencies (more-or-less):

*NIXWindows
cattype
dignslookup
grepfindstr / select
ifconfigipconfig
lsdir
moremore
netstatnetstat
pingping
shutdownshutdown
sleeptimeout
sudoRunAs
tcpdumpwindump
traceroutetracert
wgetwget
hostnamehostname
whoamiwhoami

You can also manipulate command input and output in a similar fashion:

  • Redirect to a file: >
  • Pipe the output of one command into another: |
  • Run commands in sequence, stopping at the first failure: & (Windows) or && (*NIX)