mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 09:58:09 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/fatrace
Normal file
17
tldr/linux/fatrace
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# fatrace
|
||||||
|
|
||||||
|
> Report file access events.
|
||||||
|
> More information: <https://manned.org/fatrace>.
|
||||||
|
|
||||||
|
- Print file access events in all mounted filesystems to `stdout`:
|
||||||
|
|
||||||
|
`sudo fatrace`
|
||||||
|
|
||||||
|
- Print file access events on the mount of the current directory, with timestamps, to `stdout`:
|
||||||
|
|
||||||
|
`sudo fatrace {{-c|--current-mount}} {{-t|--timestamp}}`
|
||||||
2
tldr/mpv
2
tldr/mpv
@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Play a video or audio from a URL or file:
|
- Play a video or audio from a URL or file:
|
||||||
|
|
||||||
`mpv {{url|path/to/file}}'`
|
`mpv {{url|path/to/file}}`
|
||||||
|
|
||||||
- Jump backward/forward 5 seconds:
|
- Jump backward/forward 5 seconds:
|
||||||
|
|
||||||
|
|||||||
2
tldr/rtv
2
tldr/rtv
@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Expand/collapse comments:
|
- Expand/collapse comments:
|
||||||
|
|
||||||
`[space]`
|
`<Space>`
|
||||||
|
|
||||||
- Open link:
|
- Open link:
|
||||||
|
|
||||||
|
|||||||
2
tldr/z
2
tldr/z
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Remove the current directory from `z`'s database:
|
- Remove the current directory from `z`'s database:
|
||||||
|
|
||||||
`z -x .`
|
`z -x`
|
||||||
|
|
||||||
- Restrict matches to subdirectories of the current directory:
|
- Restrict matches to subdirectories of the current directory:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user