~/devreads

#shell

5 posts

30 Mar

Jenn Randall 3 min read

Let’s say you install a tool. Maybe it’s Node, or maybe it’s a CLI for a project you just cloned. The installer runs successfully. Then you open your terminal and type: node And your shell responds: zsh: command not found: node A completely normal reaction to seeing “command not found.” At some point, most of […] The post What the…

development practicesbashshell

17 Dec 2018

11 Aug 2018

Henrik Warne 2 min read

I use a shell every day. Almost always, I want to repeat a previous command, or repeat it after a slight modification. A very convenient way is to use arrow-up to get the most recent command back. Another common trick … Continue reading →

workcommand-linehistoryshellshortcut

5 May 2018

15 Aug 2016