diff options
-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 |