Tag: command-line
All the articles with the tag "command-line".
-
PowerShell and cd..
Explains how PowerShell handles the cd.. command via a built-in function rather than special-casing the syntax.
-
Git Extensions from console - UPD
How to launch Git Extensions from the console using a git alias, including a fix to avoid blocking the terminal.
-
Git Extensions from console
How to launch Git Extensions GUI from the command line on Windows by creating a custom git alias script.
-
Batch files substitutions
Reference for batch file FOR variable substitution modifiers like %~f, %~d, %~p to extract path components.
-
where.exe
Demonstrates using where.exe to find the full filesystem path of an executable resolved from PATH.