diff --git a/tldr/linux/fatrace b/tldr/linux/fatrace new file mode 100644 index 00000000..e9835438 --- /dev/null +++ b/tldr/linux/fatrace @@ -0,0 +1,17 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# fatrace + +> Report file access events. +> More information: . + +- 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}}` diff --git a/tldr/mpv b/tldr/mpv index 2c563d31..ce2df190 100644 --- a/tldr/mpv +++ b/tldr/mpv @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - 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: diff --git a/tldr/rtv b/tldr/rtv index 3f910a9b..29689753 100644 --- a/tldr/rtv +++ b/tldr/rtv @@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git - Expand/collapse comments: -`[space]` +`` - Open link: diff --git a/tldr/z b/tldr/z index 6822d82c..cde09962 100644 --- a/tldr/z +++ b/tldr/z @@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git - Remove the current directory from `z`'s database: -`z -x .` +`z -x` - Restrict matches to subdirectories of the current directory: