commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Syntax for the path - clarification

Open ajtruckle opened this issue 6 years ago • 1 comments

Hi

I used:

file -c".\TheFile.xml"

It was fine.

I tried:

file -c=".\TheFile.xml"

Not what I expected. I thought it would strip the = character. Is that right?

ajtruckle avatar Sep 04 '17 19:09 ajtruckle

It seems that -- options can use a = or a space character but - options must use no character or a space.

--createevents="file.xml" --createevents "file.xml" -c"file.xml" -c "file.xml"

ajtruckle avatar Sep 04 '17 20:09 ajtruckle