Bash Command
Published:
1 在当前文件夹及其子文件夹下查找文件
find . -type f -name *vocab*
上述的命令在当前文件夹及其子文件夹下查找包含vocab的文件 find 后面可以加目录,不写默认为当前目录 type换成d为查找目录
Published:
find . -type f -name *vocab*
上述的命令在当前文件夹及其子文件夹下查找包含vocab的文件 find 后面可以加目录,不写默认为当前目录 type换成d为查找目录
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.