Linux CLI Tips
samundrak
JavaScript DevA single dash normally means a short name of the flag. E.g ls -a
A double dash is passed to express a long flag. Ex: ls -all
A single dash normally means a short name of the flag. E.g ls -a
A double dash is passed to express a long flag. Ex: ls -all