I tried to google it but to no avail. Can anybody help me with this?
|
feedback
|
|
It depends on the program. | |||
|
feedback
|
|
One of the major differences across the platform is positional arguments. Most of the command line utilities will enforce that flags come before positional arguments. That is, on a GNU system, the following is fine:
On BSD, these are typically not valid. Obviously, this isn't the extent of the differences between the two, but its one of the differences that drives me up the wall when I switch between them. | |||
|
feedback
|