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.

Is there a way to continue broken scp (secure copy) command process in Linux?

I am copying 7.5 GB file to a remote server using scp command. At some point in time file transfer breaks …

linux ssh command-line-interface
Best way to extract MAC address from ifconfig's output?

What is the best way to extract the MAC address from ifconfig's output? Sample output: bash-3.00# ifconfig eth0 eth0 Link …

regex linux command-line-interface
How to access PHP with the Command Line on Windows?

I am trying to learn how to access PHP scripts from the command line (CLI) Below is an image from …

php command-line command-line-interface
How to remove globally a package from Composer?

I ran this command to install globally PHPUnit: composer global require 'phpunit/phpunit=3.7.*' Now I want to uninstall globally …

php composer-php command-line-interface
'touch' is not recognized as an internal or external command, operable program or batch file

I work with laravel 5 , when i type in windows cmd this command "touch storage\database.sqlite" this error message rise …

windows cmd command-line-interface
PHP CLI won't log errors

PHP currently will not log errors produced from the command line. I have : log_errors = On error_log = /var/log/…

php command-line-interface error-logging
How can I beautify JavaScript code using Command Line?

I am writing a batch script in order to beautify JavaScript code. It needs to work on both Windows and …

javascript command-line-interface pretty-print multiplatform
Node js Get folder path from a file

Is there a way to get the path to a folder that holds a particular file. fs.realpathSync('config.json', []); …

node.js command-line-interface npm
install ext-zip for Mac

I am trying to run composer update and I get the following errors: Problem 1 - The requested PHP extension ext-zip * …

php macos composer-php command-line-interface homebrew