bob
$ grep bob /etc/passwd | cut -d ":" -f6
$ echo $HOME
echo Welcome
, what does the word Welcome represent with respect to the command?
```
$ echo Welcome
git
command type
$ type git
$ mkdir /home/bob/birds
$ mkdir -p /home/bob/fish/salmon
$ mkdir -p /home/bob/mammals/elephant
$ mkdir -p /home/bob/mammals/monkey
$ mkdir /home/bob/birds/eagle
$ mkdir -p /home/bob/reptile/snake
$ mkdir -p /home/bob/reptile/frog
$ mkdir -p /home/bob/amphibian/salamander
$ mv /home/bob/reptile/frog /home/bob/amphibian
$ mv /home/bob/reptile/snake /home/bob/reptile/crocodile
$ rm -r /home/bob/reptile