From ac01f41d96d32b14ec3a9e30b4c79428a9a852b9 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 7 May 2023 14:15:40 +0200 Subject: Fix typo --- bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash.md') diff --git a/bash.md b/bash.md index 87eb04d..8877982 100644 --- a/bash.md +++ b/bash.md @@ -14,7 +14,7 @@ Remove longest from start # e.g. ${FILEPATH##*/} # get only file name portion -%% - longst from end, # - shortest from start +%% - longest from end, # - shortest from start ## Control flow -- cgit v1.2.3