Introduction Working with different software (samples, compilers, demos) always requires an adequate environment. Because i don’t want to pollute my normal environment (my running PC), i decided to use a virtual environment with Docker. Luckily, VS Code supports this by using remote containers and working fully within these containers. The […]
Power Shell
Introduction Today, i followed my guidelines to learn/refresh one programming language every month. So, i decided to refresh my Prolog knowledge. The first step in doing this was to set up a development environment. With VS Code and Docker, this was easy. Read here to see how i did this. […]
Filesystem Loop through results from Select-String Here is an example that greps for a string and uses the results in a loop to determine if some action should be taken
Related CommandLets Get-Alias New-Alias Set-Alias Export-Alias Import-Alias Display Aliases Show Aliases Show Aliases for a Command Export the entire list to a spreadsheet (a CSV file) by using the Export-Alias: Show only build-in aliases (with property read-only) Create Alias Create a shortcut ‚c‘ for Visual Studio Code ‚code‘ Create more […]
Filesystem List of files in a folder Delete files with pattern Files Check if a file exist Searching in Files Parsing Files Get first line of output Web Download and Install Visual Studio Code in portable Mode Environment Show env variables Show env variables with name pattern Processes Show processes […]