-long
For example, this: http://explainshell.com/explain?cmd=tar+-z+-c+-f
Is the same as: http://explainshell.com/explain?cmd=tar+-zcf
But trying to stack double-dashed arguments would be stupid: http://explainshell.com/explain?cmd=tar+--helpversion
> Is the same as: http://explainshell.com/explain?cmd=tar+-zcf
Which is also the same as http://explainshell.com/explain?cmd=tar+zcf because of the unique way tar treats argv[1].