I was looking through a Git tutorial, where it said basically that all git mv
does is remove from index, and add to index with a different name, so I wondered about how the actual mv
UNIX Utility worked.
Asked
Active
Viewed 136 times
0

slm
- 369,824

extremeaxe5
- 1,183
-
https://en.wikipedia.org/wiki/Mv – slm Jul 24 '18 at 13:12
-
In general these types of basic questions are well covered already on wikipedia, I'd start there, and then if you have more deeply rooted questions, bring them here. – slm Jul 24 '18 at 13:13
-
1@slm oh wow, didn't know Wikipedia has entire articles for single UNIX utilities. Thanks for pointing this out to me; I'll definitely do that in the future. – extremeaxe5 Jul 24 '18 at 18:05
-
Yeah they're a very useful resource b/c they typically boil down to the key bits of each cli. – slm Jul 24 '18 at 18:11