What, if any, naming convention was used for the standard Unix commands?
9
votes
2
answers
1299
views
I was trying to find the naming convention for Linux commands.
For commands like
cp
, rm
, mv
, etc it seems to be based on first and second last character like
* move is mv
* list is ls
* copy is cp
* change directory is cd
, the first character of two words, which makes sense
while sometimes ignoring vowels in some commands, which makes sense.
On the other hand, the command mkdir
is not based on the previous perception: "make directory" is mkdir
which should be more like md
.
As we have naming convention for a variable in a bash script and another guide line (for example 1 , 2 ), I am wondering whether any similar convention exists for these commands.
Asked by Adiii
(193 rep)
Apr 26, 2018, 06:13 AM
Last activity: Apr 27, 2018, 01:56 PM
Last activity: Apr 27, 2018, 01:56 PM