Skip to content

fiendskrah/gitbash-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

This is a reference sheet of commands to use in gitbash

pwd - present working directory
returns the current folder open in the shell

cd - change directory
moves the pwd to the home directory

cd - change directory (specified)
moves the pwd to the specified directory

ls - list
lists the files/folders in the directory

ls -al - list (all)
lists all files/folders in the directory, including hidden files

clear - clear
clears the shell

mkdir - make directory
makes a new folder

history
returns the history of commands entered durring current session
!(numerical value associated with history command)
->runs associated command

git

Check RAM details

wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed, Tag
returns details about RAM cards. 'MemoryType' contains data on type (DDR2, DDR3, etc). Corresponding MemoryType codes

0 = Unknown (May be DDR4, unknown to WMIC)
1 = Other
2 = DRAM
3 = Synchronous DRAM
4 = Cache DRAM
5 = EDO
6 = EDRAM
7 = VRAM
8 = SRAM
9 = RAM
10 = ROM
11 = Flash
12 = EEPROM
13 = FEPROM
14 = EPROM
15 = CDRAM
16 = 3DRAM
17 = SDRAM
18 = SGRAM
19 = RDRAM
20 = DDR
21 = DDR2
22 = DDR2 FB-DIMM
24 = DDR3—May not be available.
25 = FBD2

About

list of useful unix commands for new gitbash users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published