Watch the tutorial's companion video here! Some programs provide the ability to add arguments when executing it in order to change a particular behavior or modify how the program operates. As an ...
This post covers some well-known Linux commands that, when used with particular options and arguments, can save you some time or ensure that what you are doing is what you intended. The first “trick” ...
Both the Windows and Linux operating systems include applications that would be useful for either operating system. Unfortunately, to use Linux programs in Windows, you would typically need to find ...
(The below post is brought to you from years of being irritated by other programmers' quirky command line syntax, and my acknowledgement that for many small apps, doing it "right" can take up way too ...
Chromium & Chrome support command line arguments or flags, also called switches. They allow you to run Chrome with special options that can help you troubleshoot or enable particular features or ...
Finding the version of Clojure you are using is as simple as executing one of the following commands inside the Clojure REPL, which you can enter by running clojure: # clojure Clojure 1.8.0 user=> ...
Command-line Perl scripts can make adminstering a UNIX box easier by replacing certain commands with some routine scripts. Find out how to take advantage of this approach. Perl is everywhere. Most ...