Horje
powershell if operator Code Example
powershell if operator
if (condition1 -eq condition2) {
	//statement
} else {
	//statement
}

-eq	Equals to
-ne	Not equal to
-gt	Greater than
-ge	Greater than or equal to
-lt	Less than
Source: mcpmag.com




Shell

Related
go to line vscode Code Example go to line vscode Code Example
install bootstrap icons Code Example install bootstrap icons Code Example
bash save current path to variable Code Example bash save current path to variable Code Example
grepper shortcut key Code Example grepper shortcut key Code Example
copy folder from ssh to local Code Example copy folder from ssh to local Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13