On 2/23/06, Marc Chantreux <marc.chantreux@ulpmm.u-strasbg.fr> wrote:
J'arrive a un résultat avec ca (et oui, c'est du bash a cause de ca ${0##*/} )
ah ?
% dash $ e=/this/is/my $ echo ${e##*/} my
% mksh $ e=/this/is/my $ echo ${e##*/}
% zsh % e=/this/is/my % echo ${e##*/} my
Sur un HP-UX j'ai : sh-bourne(1) Bourne Shell (/usr/old/bin/sh) description. ksh(1) Korn Shell (/usr/bin/ksh) description. sh-posix(1) POSIX Shell (/usr/bin/sh) description. csh(1) C Shell (/usr/bin/csh) description. keysh(1) Key Shell (/usr/bin/keysh) description. bash-2.05$ /usr/old/bin/sh $ bla=/home/laet/truc/machin $ echo ${bla##*/} bad substitution $ Jeremy -- Linux Registered User #317862 Linux From Scratch Registered User #16571 Please do not send me .doc, .xls, .ppt, as I will *NOT* read them.