this post was submitted on 08 Jul 2023
6 points (100.0% liked)

GNU+Linux Humor

4720 readers
1 users here now

Memes, jokes and general humor about GNU+Linux

Rules:

founded 4 years ago
MODERATORS
 
[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!')"
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 0 points 1 year ago (1 children)
[โ€“] [email protected] 1 points 11 months ago

alternatively, touch man