More Wildcards (1)
 
 
ls *.fm  to see Frame filenames
mput *  or mget * to upload/download all files of this directory during an ftp session (prompt toggle relieves you of interaction)
cat 0*.log > bigger.log to concatenate daily log files into one monthly log--if you run this each month [no regexp range]