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.

List Git aliases

How do I print a list of my git aliases, i.e., something analogous to the bash alias command?

git terminal alias
VSCode Change Default Terminal

I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell …

bash powershell cmd terminal visual-studio-code
Open a new tab in gnome-terminal using command line

I'm using Ubuntu 9.04 x64 and when I write: gnome-terminal --tab At the terminal, I expect it to open a new …

linux ubuntu console terminal
How to examine processes in OS X's Terminal?

I’d like to view information for processes running in OS X. Running ps in the terminal just lists the …

macos process terminal ps
sudo: port: command not found

I recently uninstalled Xcode 4.2 and re-installed Xcode 4.3.1. Command Line Tools are installed. I then installed MacPort using “dmg” disk images …

terminal osx-lion macports xcode4.3 .bash-profile
Sending commands and strings to Terminal.app with Applescript

I want to do something like this: tell application "Terminal" activate do script "ssh [email protected]" -- // write user's …

macos terminal applescript
Color text in terminal applications in UNIX

I started to write a terminal text editor, something like the first text editors for UNIX, such as vi. My …

c unix terminal
Failed to add the host to the list of know hosts

Mac OSX Lion 10.7. In an effort to get around weird environment stuff (homebrew wasn't installing wget, and I had all …

github ssh permissions terminal ssh-keys
Error: Could not create the Java Virtual Machine Mac OSX Mavericks

I just installed the latest Java SDK 7-67 from Oracle on the Mac 10.9.4. I then ran the command java -v …

java terminal
How to open the terminal in Atom?

How to open the terminal in Atom? Do I need to install a plug-in? If possible, I also would like …

ubuntu terminal atom-editor