The shell script records the files that are not stored

Source: Internet
Author: User

In the work often encountered in a file to record a number of file name or picture name, in the specified directory to find all the files in this file, but the specified directory does not have all the names recorded in the file, you need to find in the specified directory in this file all the files recorded, if not exist the file is recorded!

Script instance:

All the file names that need to be found are recorded in Pic.txt

[email protected] tmp]# cat find_pic.sh #!/bin/bashcat pic.txt | While read linedoif [-f/usr/local/war/static/ftp_product_img/$line];then find/usr/local/war/static/ftp_product_img /-name $line-exec cp {}/tmp/pic \;else echo "$line not_exist!" >>/tmp/find_pic.logfidone


This article is from the "burning Years of Passion" blog, please be sure to keep this source http://liuzhengwei521.blog.51cto.com/4855442/1964273

The shell script records the files that are not stored

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.