[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can "${x##*/}" be used to replace "$(basename "$x")"?
From: |
Peng Yu |
Subject: |
Can "${x##*/}" be used to replace "$(basename "$x")"? |
Date: |
Sun, 16 Feb 2020 07:33:42 -0600 |
Hi,
I think that "${x##*/}" is the same as "$(basename "$x")". But I am
not sure if there is a corner case that they are not the same. Does
anybody know if they are exactly the same semantically? Thanks.
--
Regards,
Peng
- Can "${x##*/}" be used to replace "$(basename "$x")"?,
Peng Yu <=