
unzip -u g04.zip

find /home/data/RECALL -name '*.dbf' -size -8k

find /home/data/RECALL -name '*.txt' -size 0

find /home/data/RECALL -name '*.dbf' -size -8k -exec rm {} \;

find /home/data/RECALL -name '*.txt' -size 0 -exec rm {} \;

To prompt for delete -ok rm {} \;

find /home/data/RECALL -name '*sov*.dbf' -size -8k
find /home/data/RECALL -name '*sov*.dbf' -size -8k -exec ls -ls {} \;

find /home/data/RECALL -name 'mprec_*_s03_v01_shp.zip' -exec zip test.zip {} \;

find /home/data/S05 -name 'C*_P04REG_G04REG_RRP04.dbf' -exec zip CA_P04REG_G04REG_RRP04_dbf.zip {} \;
find /home/data/S05 -name 'c*_g04_registration_by_block.dbf' -exec zip ca_g04_registration_by_block_dbf.zip {} \;
find /home/data/S05 -name 'c*_s05_ss_blk_map.dbf' -exec zip ca_s05_ss_blk_map_dbfall.zip {} \;

find /home/anup/s05 -type d -name 'c0*'

find /home/anup/s05 -type d -name 'c*geo'

mv c115/c115_geo/* c115

# echo "FILENAME" | tr '[A-Z]' '[a-z]'

find /home/data/S05 -name '*_ss_blk_cnv.dbf'  63 and 93 are missing
