$ find . -type f -depth 2 -iname '2mm*'
find: paths must precede expression: 2
此命令有什么问题?
答案 0 :(得分:0)
<input type="text" [(ngModel)]="tempName" name="name">
<button (click)="origName=tempName">Show</button>
<p *ngIf="origName!=''">{{origName}}</p>
启用深度优先搜索。它不需要任何参数。您可能需要export const use12Hours = ():boolean => {
const LTformat = moment.localeData().longDateFormat('LT');
if(LTformat.split(' ').length > 1 && LTformat.split(' ').pop() === 'A') {
return true;
}
return false;
}
或-depth
。
-mindepth 2
在目录本身之前处理每个目录的内容。
-maxdepth 2
操作还暗含-depth
。-delete
在命令行参数下最多降低
-depth
(非负整数)级目录。-maxdepth levels
表示仅将测试和操作应用于命令行参数。levels
请勿以小于
-maxdepth 0
(非负整数)的级别应用任何测试或操作。-mindepth levels
表示处理除命令行参数以外的所有文件。