mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
Fix lint for osx
This commit is contained in:
parent
99e78c58e0
commit
3e1df9f818
3 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`du -ah {{directory}}`
|
`du -ah {{directory}}`
|
||||||
|
|
||||||
- list the KB sizes of directories for N levels below the specified directory
|
- list the KB sizes of directories for N levels below the specified directory
|
||||||
|
|
||||||
`du -k -depth=1 {{directory}}`
|
`du -k -depth=1 {{directory}}`
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
`sysctl -n machdep.cpu.feature`
|
`sysctl -n machdep.cpu.feature`
|
||||||
|
|
||||||
- Set a changeable kernel state variable
|
- Set a changeable kernel state variable
|
||||||
|
|
||||||
`sysctl -w name=value`
|
`sysctl -w name=value`
|
||||||
`sysctl -w kern.maxfiles=15000`
|
`sysctl -w kern.maxfiles=15000`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#WACAW
|
# wacaw
|
||||||
|
|
||||||
> a little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera.
|
> a little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue