Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> check file size, extension question???
Hi, all
I'm writing some auto backup/refresh script, do you know any command that returns only size or extenstion or a file? (there will be only one file in the directory)
I know awk can return only a part of the output, but somehow I cann't combine awk and ls -l successfully. ls -s returns some size I don't want, I'd like to have size as shown in ls -l.
For the refresh script, I like to check file extension, so if it's in gz, I'll gunzip; if it's Z, I'll uncompress.
Thanks!
Andrea
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jun 12 2001 - 17:49:07 CDT