m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/bash.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-05-07 14:15:40 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-05-07 14:15:40 +0200
commitac01f41d96d32b14ec3a9e30b4c79428a9a852b9 (patch)
treef17f9dc99b217c3b544cb89d51f02dde400f01e3 /bash.md
parent6d7d2af746442388b82c4d066ebbaa79a6bb40ef (diff)
Fix typo
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