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.

CanExecute Logic for DelegateCommand

Update: The focus became MVVM instead of the actual question so I'm updating it. I'm having a problem with CanExecute …

c# wpf entity-framework command prism
Enter PEM pass phrase when converting PKCS#12 certificate into PEM

I am using OpenSSL to convert my "me.p12" to PEM. When I generate "me.p12", I set a password …

openssl command pem pkcs#12
WPF-Prism CanExecute method not being called

I am coding a simple login UserControl with two TextBoxes (Username and Password) and a Login button. I want the …

wpf prism command
How to interleave lines from two text files

What's the easiest/quickest way to interleave the lines of two (or more) text files? Example: File 1: line1.1 line1.2 line1.3 …

linux unix command
Equivalent lsof -i in Solaris

I have a fast question. I want to know what is the losf -i equivalent command in a Solaris system. …

linux unix command solaris equivalent
How to use mv command to rename multiple files in unix?

I am trying to rename multiple files with extension xyz[n] to extension xyz example : mv *.xyz[1] to *.xyz but …

unix command rename mv
Command to find all view private files in the current directory recursively

What is the clearcase Command to find all view private files in the current directory recursively?

command clearcase
Execute two commands with docker exec

I'm trying to do two commands in docker exec. Concretely, I have to run a command inside a specific directory. …

linux docker command composer-php exec
Ignoring Compilation errors - Java

I have around 1500 files to compile, in which 15-20 files have compilation errors. These files are not under my control, …

java command ignore
How to insert a new element under another with xmlstarlet?

$ vim test.xml <?xml version="1.0" encoding="UTF-8" ?> <config> </config> $ xmlstarlet ed -i "/config" -t …

xml command-line xpath command xmlstarlet