/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
NAME=`echo "$FILE" | cut -d'.' -f1` EXTENSION=`echo "$FILE" | cut -d'.' -f2`
Comments
You need to login to view comments.
