Some commands to confuse the newbies

[joe@fedora ~]$ echo echo echo echo
echo echo echo
[joe@fedora ~]$ cat speak
Meow meau miaw meooou!
[joe@fedora ~]$ source code
print('Hello World!')
[joe@fedora ~]$ cd rom
[joe@fedora rom]$
  • echo: repeats you, it repeated "echo echo echo"
  • cat: displays the content of a file if given, the content of the file "speak" was "Meow meau miaw meooou!"
  • cd: I changed the directory my shell is working in to a directory called rom
  • source: runs the commands in the specified file in your shell the command in the file "code" was
         echo "print('Hello World!')"
60 points · 3 comments · view on lemmy.world

3 Comments

manned_meatball@lemmy.ml · 13 pts · 3y (2 replies)

man touch

tkk13909@sopuli.xyz · 6 pts · 3y

alternatively, touch man

Joe_0237@lemmy.ml · 3 pts · 3y

man touch, touch it, finger nobody