Skip to content

Commit

Permalink
Update linux-cmds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ygmkk authored Dec 10, 2019
1 parent 7c54978 commit be8b259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-cmds.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* 查找并递归删除文件
> find . -name '.settings'|xargs rm -r
* 获取OS PAGESIZE
> getconf PAGESIZE

0 comments on commit be8b259

Please sign in to comment.