diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-05-07 14:15:40 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-05-07 14:15:40 +0200 |
commit | ac01f41d96d32b14ec3a9e30b4c79428a9a852b9 (patch) | |
tree | f17f9dc99b217c3b544cb89d51f02dde400f01e3 | |
parent | 6d7d2af746442388b82c4d066ebbaa79a6bb40ef (diff) |
Fix typo
-rw-r--r-- | bash.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |