simple sh command

awk

# get file name without ext name 
echo filepath|awk -F "/" '{print $NF}'|awk -F"." '{print $1}'

results matching ""

    No results matching ""