xnix | Small kernel written in C meant for testing and learning | Machine Learning library
kandi X-RAY | xnix Summary
kandi X-RAY | xnix Summary
A small micro-kernel for meant for learning. Might find some use for it one day. Written by Aaron Blakely aaron@ephasic.org.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of xnix
xnix Key Features
xnix Examples and Code Snippets
Community Discussions
Trending Discussions on xnix
QUESTION
.NET Core, and several javascript libraries seem to now use two hyphens for each command line parameter.
Why is this happening now all of a sudden?
Does it have any (historic) meaning?
Why not use just a single hyphen? (what convention are we aligning to? xNix?)
...ANSWER
Answered 2019-Oct-12 at 14:11From What's the difference betwen the single dash and double dash flags on shell commands? (ServerFault)
A single hyphen can be followed by multiple single-character flags. A double hyphen prefixes a single, multicharacter option.
Consider this example:
tar -czf
In this example,-czf
specifies three single-character flags:c
,z
, andf
.Now consider another example:
tar --exclude
In this case,--exclude
specifies a single, multicharacter option named exclude. The double hyphen disambiguates the command-line argument, ensuring that tar interprets it as exclude rather than a combination ofe
,x
,c
,l
,u
,d
, ande
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install xnix
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page