script for zipping files in a directory for linux

 for i in `ls *.*`
 do
 gzip $i
 done

Comments

Post a Comment

Popular posts from this blog

finding fragmentation at table level and tablespace level in Oracle and steps to remove them

Oracle Custom Procedure for defragmentation Partition tables and their associated index and move non partitioned table

Installing DBMS_JAVA package in Oracle and calling UTL_DBWS web services through Oracle database