diff options
-rw-r--r-- | content/wiki/sh.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/wiki/sh.org b/content/wiki/sh.org index 7399898..a186d17 100644 --- a/content/wiki/sh.org +++ b/content/wiki/sh.org @@ -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 |