Top "Terminal" questions

A terminal or command-line interface is a text-only interface for interacting with an operating system or a piece of software.

SVN Commit specific files

Is there any way to commit only a list of specific files (e.q. just one of the list of …

svn terminal
Change all files and folders permissions of a directory to 644/755

How would I change all files to 644 and all folders to 755 using chmod from the linux command prompt? (Terminal)

terminal command-prompt chmod
Flutter command not found

bash: flutter: command not found Apparently, none of the flutter commands are working on the terminal of an android studio …

android-studio flutter dart command-line terminal
OSX - How to auto Close Terminal window after the "exit" command executed.

When I'm done with Terminal, I want to exit it. Right now, I have three options: killall Terminal. It will …

macos terminal
How do I update zsh to the latest version?

I recently switched to zsh on my Terminal.app on my OS X machine successfully. The version number of zsh …

terminal zsh
How do I install command line MySQL client on mac?

I want to install the MySQL client for the command line, not a GUI. I have searched over the web …

mysql macos terminal
What's the simplest way of detecting keyboard input in a script from the terminal?

I have a simple python script, that has some functions that run in a loop (I'm taking sensor readings). while …

python keyboard terminal
node.js: cannot find module 'request'

I installed request module, and getting the error: module.js:340 throw err; ^ Error: Cannot find module 'request' i've read all …

linux node.js terminal npm
can't access mysql from command line mac

mysql on os x 10.6 is located in /usr/local/mysql/bin/mysql I get command not found when I type …

mysql terminal
Switching from zsh to bash on OSX, and back again?

So Im learning to develop in Rails, and have discovered the power of zsh. However, for some of my other …

bash terminal zsh