Monday, November 25, 2019

Show apt package description from the command line

$: apt show ssh

This will show package description for ssh.

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...