Ios project image cleanup shell

Source: Internet
Author: User

#! /Bin/sh
Echo "deleting @ 2x images at will may cause errors. Because the ios project will have more prefixes and resolutions, you can find the @ 2x image by yourself. Therefore, exercise caution when deleting @ 2x images"
Read-n1-p "[Y] read how to confirm @ 2x use [N] to directly search for images" answer
Case $ answer in
"Y" | "y ")
Open-a Safari "http://blog.csdn.net/hufeng825/article/details/8533647"
Echo-n "press any key to start the program ";
Read var
;;
"N" | "n ")
Echo "when the command is executed, the results report of imag.txt will be automatically generated in the current region after the search is completed"
;;
*)
;;
Esac


PROJ = 'Find.-name' *. xib '-o-name' *. [mh]''
 
For png in 'Find.-name' *. png''
Do
Pngname = 'basename $ png'
If! Grep-q $ pngname $ PROJ; then
Echo "$ png is not referenced"
Fi
Done
For jpg in 'Find.-name' *. jpg''
Do
Jpgname = 'basename $ jpg'
If! Grep-q $ jpgname $ PROJ; then
Echo "$ jpg is not referenced"
Fi
Done
> './Image.txt ';

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.