tagged [command]

How do I execute a program or call a system command?

How do I execute a program or call a system command? How do I call an external command within Python as if I had typed it in a shell or command prompt?

List of Stored Procedures/Functions Mysql Command Line

List of Stored Procedures/Functions Mysql Command Line How can I see the list of the stored procedures or stored functions in mysql command line like `show tables;` or `show databases;` commands.

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

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)

2 Feb at 19:5

Waiting for another flutter command to release the startup lock

Waiting for another flutter command to release the startup lock When I run my flutter application it show > Waiting for another flutter command to release the startup lock this messages and not procee...

25 Jun at 08:54

Can the Unix list command 'ls' output numerical chmod permissions?

Can the Unix list command 'ls' output numerical chmod permissions? Is it possible when listing a directory to view numerical Unix permissions such as `644`, rather than the symbolic output `-rw-rw-r--...

29 Dec at 06:44

How to grant permission to users for a directory using command line in Windows?

How to grant permission to users for a directory using command line in Windows? How can I grant permissions to a user on a directory (Read, Write, Modify) using the Windows command line?

How do I run a batch script from within a batch script?

How do I run a batch script from within a batch script? How do I call another batch script from within a batch script? I want it to execute in an `if` statement.

15 Nov at 23:43

How to recover the deleted files using "rm -R" command in linux server?

How to recover the deleted files using "rm -R" command in linux server? I have unfortunately deleted some important files and folders using 'rm -R ' command in Linux server. Is there any way to recove...

24 Jul at 11:56

How to find which version of TensorFlow is installed in my system?

How to find which version of TensorFlow is installed in my system? I need to find which version of TensorFlow I have installed. I'm using Ubuntu 16.04 Long Term Support.

how to find host name from IP with out login to the host

how to find host name from IP with out login to the host i need to find the host name of a UNIX host whose IP is known with out login to that UNIX host

20 Oct at 11:48

Peak memory usage of a linux/unix process

Peak memory usage of a linux/unix process Is there a tool that will run a command-line and report the peak RAM usage total? I'm imagining something analogous to /usr/bin/time

Process.Start() get errors from command prompt window

Process.Start() get errors from command prompt window I'm trying to with args. Now I want to obtain information about errors if they exist. Best regards, loviji

25 Apr at 17:43

List all environment variables from the command line

List all environment variables from the command line Is it possible to list environment variables from a Windows' command prompt? Something equivalent to PowerShell's `gci env:` (or `ls env:` or `dir ...

How do I kill the process currently using a port on localhost in Windows?

How do I kill the process currently using a port on localhost in Windows? How can I remove the current process/application which is already assigned to a port? For example: `localhost:8080`

List of Java processes

List of Java processes How can I list all Java processes in bash? I need an command line. I know there is command `ps` but I don't know what parameters I need to use.

8 Jun at 18:0

How to run a python script from IDLE interactive shell?

How to run a python script from IDLE interactive shell? How do I run a python script from within the IDLE interactive shell? The following throws an error:

16 Feb at 16:46

Find Process Name by its Process ID

Find Process Name by its Process ID Suppose I know the process ID. I want to find the process name by its ID, using windows batch script. How can I do this?

Show a popup/message box from a Windows batch file

Show a popup/message box from a Windows batch file Is there a way to display a message box from a batch file (similar to how `xmessage` can be used from bash-scripts in Linux)?

How to create a database from shell command?

How to create a database from shell command? I'm looking for something like createdb in PostgreSQL or any other solution that would allow me to create database with a help of a shell command. Any hint...

1 Oct at 12:26

How to force cp to overwrite without confirmation

How to force cp to overwrite without confirmation I'm trying to use the `cp` command and force an overwrite. I have tried `cp -rf /foo/* /bar`, but I am still prompted to confirm each overwrite.

18 Jan at 00:11

How to recursively download a folder via FTP on Linux

How to recursively download a folder via FTP on Linux I'm trying to ftp a folder using the command line ftp client, but so far I've only been able to use 'get' to get individual files.

25 Aug at 09:47

Skip download if files already exist in wget?

Skip download if files already exist in wget? This is simplest example running wget: but how to make wget skip download if `pic.png`is already available?

Copy Paste in Bash on Ubuntu on Windows

Copy Paste in Bash on Ubuntu on Windows How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment? I tried the following: - - Any suggestions?

How do I get the name of the current executable in C#?

How do I get the name of the current executable in C#? I want to get the name of the currently running program, that is the executable name of the program. In C/C++ you get it from `args[0]`.

3 Apr at 19:4

Remove the last line from a file in Bash

Remove the last line from a file in Bash I have a file, `foo.txt`, containing the following lines: I want a simple command that results in the contents of `foo.txt` being: