You might have first used UNIX a long ago but if you haven’t then here is x86 port to try it for the first time pretty easily on a virtual machine.
Start exploring using commands cat ~cd
ed
diff
egrep
file
pwd
size
.
cd /etc
pwd
file passwd
cat passwd
UNIX’ers: how do I use less
or more
to preview a file?