m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'bash.md')
-rw-r--r--bash.md2
1 files changed, 1 insertions, 1 deletions
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