cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
1347888b850fe5b295e824033f8609056bf0d67a
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-03-19T05:19:57Z
content/wiki/sh.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) @@ -1,8 +1,9 @@ -#+title: sh +#+title: Shell Commands & Scripts +#+date: <2025-03-19> * File Loop -#+begin_sh shell +#+begin_src shell # All files in current directory for file in *; do echo "${file}"; done