I'm new to BASH commands and I'm following some video lectures. Could anyone tell me why ^ln^stat
gets "translated" into
stat file.txt link_hard.txt
? The same happens with ^stat^ls -l^
that becomes ls -l file.txt link_hard.txt
(see pic)
file.txt
is an empty file and link_hard.txt
is an hard link to file.txt
.