Skip to content

Instantly share code, notes, and snippets.

View rathorsunpreet's full-sized avatar

Sunpreet Singh Rathor rathorsunpreet

View GitHub Profile
@rathorsunpreet
rathorsunpreet / win2ix.md
Last active May 17, 2024 16:21 — forked from carlessanagustin/win2ix.md
Windows and Unix command line equivalents
Windows command Unix command Notes
F7 key history On Windows, system uses doskey.exe . It automatically starts when opening Command Prompt and history can be viewed with the F7 key. The Unix history is part of the Bash shell.
arp arp
assoc <.ext> file Command for Windows, will display the file association for the specified extension. If filetype is not specified, then it will delete the association. If no extension is specified, then it displays all current file associations.
at at, batch, cron
attrib chown, chmod Sets ownership on files and directories
cd cd
cd pwd On Windows, cd alone prints the current directory.
chkdsk fsck Checks filesystem and repairs filesystem corruption on hard drives.