Top "Command-line-interface" questions

The interface to a program that consists entirely of text, as opposed to (although not necessarily mutually exclusive to) a GUI, or Graphical User Interface.

Find nginx version?

I have installed nginx on Debian 7 with the following steps sudo apt-get update sudo apt-get upgrade sudo apt-get install nginx …

nginx version command-line-interface
Pretty print in MongoDB shell as default

Is there a way to tell Mongo to pretty print output? Currently, everything is output to a single line and …

mongodb command-line-interface mongo-shell
Does PHP have threading?

I found this PECL package called threads, but there is not a release yet. And nothing is coming up on …

php multithreading apache command-line-interface
Attach to a processes output for viewing

How would I 'attach' a console/terminal-view to an applications output so I can see what it may be saying? …

linux logging command-line-interface
Git error on git pull (unable to update local ref)

I only have branch master and im getting this error every time i try to "git pull": error: Couldn't set …

git command-line-interface
Highlight text similar to grep, but don't filter out text

When using grep, it will highlight any text in a line with a match to your regular expression. What if …

linux grep command-line-interface
Execute and get the output of a shell command in node.js

In a node.js, I'd like to find a way to obtain the output of a Unix terminal command. Is …

node.js shell command-line-interface
How to get tf.exe (TFS command line client)?

What's the minimum amount of software I need to install to get the 'tf.exe' program?

tfs installation command-line-interface tf-cli
How to change port number in vue-cli project

How to change Port number in Vue-cli project so that it run's on another port instead of 8080.

vue.js vuejs2 command-line-interface vue-cli
Change working directory in my current shell context when running Node script

I am trying to change the working directory of my Node.js script when it is run from a bin …

javascript node.js terminal command-line-interface cd