TLDR
Enter a command. For example: josm, ssh add, phpcs, kubectx, aws.

dotnet

 
Cross platform .NET command-line tools for .NET Core. Some subcommands such as dotnet build have their own usage documentation. More information: https://docs.microsoft.com/dotnet/core/tools.
 
  • Initialize a new .NET project:
     
    dotnet new {{template_short_name}}
     
  • Restore NuGet packages:
     
    dotnet restore
     
  • Build and execute the .NET project in the current directory:
     
    dotnet run
     
  • Run a packaged dotnet application (only needs the runtime, the rest of the commands require the .NET Core SDK installed):
     
    dotnet {{path/to/application.dll}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.