Zsh

2026-01-05

Linux Pocket Guide

A good introductory book to scout all the linux command-line features. Some pretty modern stuff in here too.

ch1: essential concepts ch2: file commands ch3: system administration basics ch4: filesystem maintainence ch5: networking commands ch6: getting stuff done

this page pairs well with Linux Commands

commands
wc
cat
od
ls
grep
mplayer
df
git
svn
split
column
pandoc
ffmpeg
pandoc
snap
flatpak
mdadm
lvcreate
zfs
gpg
echo
curl
tar

Shell/s

There are many shells, all of them do the same thing — they allow you to manipulate your filesystem.

I have like all shells excluding Powershell1.

The Bourne shell (sh)

Origins

The Stephen Bourne Shell first appeared in Version 7 Unix (1979) at Bell Labs. It replaced the earlier Thompson shell and became the standard shell for Unix systems in the late 1970s and 1980s. Its design introduced structured programming features (variables, control flow) to improve on the limitations of older shells.

Read more >