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.

Transform hexadecimal information to binary using a Linux command

I have this binary file on my Linux system... udit@udit-Dabba ~ $ cat file.enc Salted__s�bO��<0�F���Jw!���]�:`…

c command command-line-arguments binaryfiles hexdump
What does the 'export' command do?

I am a little new to Linux, and I happen to run some commands blindly, in order to get things …

shell unix command environment-variables
Echoing the last command run in Bash?

I am trying to echo the last command run inside a bash script. I found a way to do it …

bash command
Jmeter - Run .jmx file through command line and get the summary report in a excel

I am new to jmeter. I have the .jmx file containg all the required http samplers. I could run it …

command jmeter
How to list all users in the mongo shell?

In the MongoDB shell, how do I list all users for the current database that I'm using? I can't seem …

mongodb command mongo-shell
python getoutput() equivalent in subprocess

I want to get the output from some shell commands like ls or df in a python script. I see …

python shell command subprocess
IF ELSE problem COMMAND BATCH

I have problem about IF ELSE in Command Batch script... In Notepad: Code: :CHECKACCOUNT if /I "%user%"=="insertusername" ( GOTO :ACCOUNT ) …

scripting batch-file command windows-server
How can I recall the argument of the previous bash command?

Is there a way in Bash to recall the argument of the previous command? I usually do vi file.c …

linux bash unix command
How to locate the vimrc file used by vim editor?

Is there a command in the vim editor to find the .vimrc file location?

vim command configuration-files
How to get Command Line info for a process in PowerShell or C#

e.g: if I run notepad.exe c:\autoexec.bat, How can I get c:\autoexec.bat in Get-Process notepad …

c# powershell process command