Find Command1.1. Find command Options-name Search by file name-perm Follow file permissions to find-prune can use the Find command to exclude the current folder and not find-user can be found according to the owner of the file-group can be found in
EXEC command related in Linux:
Both exec and source are part of the Bash Internal command (builtins commands), where you enter man exec or man source to view all internal command information.The bash shell commands fall into two categories: external
EXEC command related in Linux:
Both exec and source are part of the Bash Internal command (builtins commands), where you enter man exec or man source to view all internal command information.The bash shell commands fall into two categories: external
Question 1:find:paths must precede expression[[email protected] data]# find/oracle/backup/exp/data-name exp_table01_db01_*.dmp.gz-atime +2 exec rm-rf {}\;Find:paths must precede expression:exp_table01_db01_20170928235039.dmp.gzDescription: When you
EXEC command related in LinuxBoth exec and source belong to the Bash Internal command (builtins commands), where you can view all the internal command information by entering man exec or man source under bash.The bash shell commands are divided into
..Statement:This blog welcome forwarding, but please keep the original author information!Blog Address: Http://blog.csdn.net/halcyonbabySina Weibo: Searching for MiraclesThe content of my study, research and summary, if there is similar, it is
Reprint Blog Address: Http://blog.csdn.net/halcyonbabySina Weibo: Searching for MiraclesThe content of my study, research and summary, if there is similar, it is honored!==================Docker exec and Docker attachWhether the developer is an OPS
..Statement:This blog welcome forwarding, but please keep the original author information!Blog Address: Http://blog.csdn.net/halcyonbabySina Weibo: Searching for Miracles
The content of my study, research and summary, if there is similar, it is
1. All three commands can be used to make the preceding output a subsequent input.2. They have different processing methods for the previous output.Find. -name "*.sh"-exec cat {} \;Find. -name "*.sh" |catFind. -name "*.sh" |xargs CatExample
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.