My shell
sulfasTor@pc:~$ mind | grep "who am I?" > about.html
mind: information not found. Still thinking...
sulfasTor@pc:~$ ls
drwxr-xr-x 5 sulfasTor sulfasTor 4096 Feb 9 10:10 Resume
drwxr-xr-x 7 sulfasTor sulfasTor 4096 Feb 9 09:50 Portfolio
drwxr-xr-x 3 sulfasTor sulfasTor 4096 Feb 9 09:40 Skills
drwxr-xr-x 4 sulfasTor sulfasTor 4096 Feb 9 09:30 Projects
-rw-r--r-- 1 sulfasTor sulfasTor 1024 Feb 9 09:10 CV.pdf
-rw-r--r-- 1 sulfasTor sulfasTor 5120 Feb 9 08:50 experience.txt
drwxr-xr-x 6 sulfasTor sulfasTor 4096 Feb 9 08:40 contacts
-rw-r--r-- 1 sulfasTor sulfasTor 8192 Feb 9 08:30 education.pdf
mind: information not found. Still thinking...
sulfasTor@pc:~$ ls
drwxr-xr-x 5 sulfasTor sulfasTor 4096 Feb 9 10:10 Resume
drwxr-xr-x 7 sulfasTor sulfasTor 4096 Feb 9 09:50 Portfolio
drwxr-xr-x 3 sulfasTor sulfasTor 4096 Feb 9 09:40 Skills
drwxr-xr-x 4 sulfasTor sulfasTor 4096 Feb 9 09:30 Projects
-rw-r--r-- 1 sulfasTor sulfasTor 1024 Feb 9 09:10 CV.pdf
-rw-r--r-- 1 sulfasTor sulfasTor 5120 Feb 9 08:50 experience.txt
drwxr-xr-x 6 sulfasTor sulfasTor 4096 Feb 9 08:40 contacts
-rw-r--r-- 1 sulfasTor sulfasTor 8192 Feb 9 08:30 education.pdf
Random Code
#include <stdio.h>
int main() {
printf("Hello, world!");
return 0;
}