Loading video...

Video Failed to Load

Go Home

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...

21,340 views • 25 days ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos