Hi,
Could anyone eloborate how ##*/ works in UNIX Shell scripting. I have seen it's use in Korn Shell. It is specifically used for removing extension of file.
e.g. func_write_app_log "o Deleting status file ${CIE_STATUS_FILE##*/}"
Here suppose the file is CIE_STATUS_FILE.DAT, then ##*/ will display CIE_STATUS_FILE