
First Steps With Linux
@fswlinux • 1,856 subscribers
A practical guide to becoming a confident Linux user and sysadmin. Linux tips, insights, and lessons from the book. Get the book at https://t.co/TLT5Yk16Vc
Videos

Quick Linux tip: When creating a new directory, you’ll often find yourself running: $ mkdir project $ cd project You can combine both steps into a single command: $ mkdir app && cd $_ The $_ variable expands to the last argument of the previous command, which in this case is project. A small trick that can save a few keystrokes when working in the terminal.
First Steps With Linux21,340 Aufrufe • vor 24 Tagen
Keine weiteren Inhalte verfügbar