Top "Command" questions

A command is a directive to a computer program acting as an interpreter of some kind, in order to perform a specific task.

Passing two command parameters using a WPF binding

I have a command which I am executing from my XAML file using the following standard syntax: <Button Content="…

wpf binding path command
How To Launch Git Bash from DOS Command Line?

I've got what I'm hoping is a simple question, but I haven't been able to find the answer yet. I …

windows git batch-file cmd command
ansible : how to pass multiple commands

I tried this: - command: ./configure chdir=/src/package/ - command: /usr/bin/make chdir=/src/package/ - command: /usr/…

module command ansible
node.js execute system command synchronously

I need in node.js function result = execSync('node -v'); that will synchronously execute the given command line and return …

javascript command node.js exec sync
Find files with size in Unix

I am looking for a Unix command to print the files with its size. I used this but it didn't …

unix find size command
How to delete empty folders using windows command prompt?

I need to delete all empty folders from my application folder using windows command prompt? How can I create a …

windows command-line command directory
How to get a unix script to run every 15 seconds?

I've seen a few solutions, including watch and simply running a looping (and sleeping) script in the background, but nothing …

unix cron command sleep
How to move files using FTP commands

Path of source file is : /public_html/upload/64/SomeMusic.mp3 And I want to move it to this path : /public_…

ftp command rename move
How can you run a command in bash over until success

I have a script and want to ask the user for some information, the script cannot continue until the user …

bash command while-loop
Why number 9 in kill -9 command in unix?

I understand it's off topic, I couldn't find anywhere online and I was thinking maybe programming gurus in the community …

unix command history kill