bmarwell commented on PR #117:
URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1925303195

   > > ```
   > > # echo 'T="abcde"; echo "${T#?}"' | bash
   > > bcde
   > > 
   > > # echo 'T="abcde"; echo "${T%${T#?}}"' | bash
   > > a
   > > ```
   > 
   > I thought about test on AIX with ksh ...
   
   ```
   # echo 'T="abcde"; echo "${T#?}"' | ksh
   bcde
   
   echo 'T="abcde"; echo "${T%${T#?}}"' | ksh
   a
   ```
   
   I think I know what you have in mind...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to