From f49a73bc522dac0ab457435cce5bf7ddbed58d4a Mon Sep 17 00:00:00 2001 From: Cormac Shannon <> Date: Tue, 10 Mar 2026 21:35:48 +0000 Subject: [PATCH] Close issues #13 and #18 --- issues/13-shell-globbing.md | 2 +- issues/18-tilde-expansion.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/issues/13-shell-globbing.md b/issues/13-shell-globbing.md index 9a7f0551..f4d4d495 100644 --- a/issues/13-shell-globbing.md +++ b/issues/13-shell-globbing.md @@ -1,6 +1,6 @@ # Issue #13 — Shell globbing -**Status:** open +**Status:** closed **Blocked by:** #03, #04 ## Problem diff --git a/issues/18-tilde-expansion.md b/issues/18-tilde-expansion.md index 4286a8c1..f79f03db 100644 --- a/issues/18-tilde-expansion.md +++ b/issues/18-tilde-expansion.md @@ -1,6 +1,6 @@ # 18 — Path expansion (`~`, `*`, `**`) -**Status:** open +**Status:** closed **Related:** #13 shell globbing Path expansion for `~` is not available. Commands like: