tagged [terminal]

Terminal error: zsh: permission denied: ./startup.sh

Terminal error: zsh: permission denied: ./startup.sh I am running a command and I am getting this error message why could this be happening?

22 Aug at 21:18

How can I compile and run C/C++ code in a Unix console or Mac terminal?

How can I compile and run C/C++ code in a Unix console or Mac terminal? How can I compile/run C or C++ code in a Unix console or a Mac terminal?

3 Apr at 13:49

Open Sublime Text from Terminal in macOS

Open Sublime Text from Terminal in macOS In Terminal when I use `.subl` It returns `-bash: .subl: command not found` Anyone know how to open Sublime Text 3 from the command line in macOS?

How to run Ruby code from terminal?

How to run Ruby code from terminal? I need to run a few lines of Ruby code from terminal, but I can't find the needed parameter for it. Can you explain how to do this?

30 Mar at 22:30

How do you run JavaScript script through the Terminal?

How do you run JavaScript script through the Terminal? For instance, if you were to run a Python script you would type or if you wanted to run a C program then . How do you do this with files?

26 May at 13:11

How can I list (ls) the 5 last modified files in a directory?

How can I list (ls) the 5 last modified files in a directory? I know `ls -t` will list all files by modified time. But how can I limit these results to only the last files?

28 Mar at 20:17

How to run Python script on terminal?

How to run Python script on terminal? I want to run a Python script in Terminal, but I don't know how? I already have a saved file called gameover.py in the directory "/User/luca/Documents/python".

5 Apr at 23:16

VSCode Change Default Terminal

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 to Bash on Ubuntu (on Windows). How can I do that?

SVN Commit specific files

SVN Commit specific files Is there any way to commit only a list of specific files (e.q. just one of the list of files that SVN wants to commit). I'm working on MAC OS X under Terminal, without any UI...

26 May at 13:19

Terminal Commands: For loop with echo

Terminal Commands: For loop with echo I've never used commands in terminal like this before but I know its possible. How would I for instance write: ``` for (int i = 0; i

23 Aug at 18:25