mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 00:51:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,11 +6,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# fadvise
|
||||
|
||||
> Control Linux file caching behavior.
|
||||
> See also: `fincore`.
|
||||
> More information: <https://manned.org/fadvise>.
|
||||
|
||||
- Preload a file into cache:
|
||||
- Preload a file or directory into cache:
|
||||
|
||||
`fadvise {{[-a|--advice]}} willneeded {{path/to/file}}`
|
||||
`fadvise {{[-a|--advice]}} willneeded {{path/to/file_or_directory}}`
|
||||
|
||||
- Suggest dropping a file from cache:
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# fincore
|
||||
|
||||
> Display how much cache memory a file is taking.
|
||||
> See also: `fadvise`.
|
||||
> More information: <https://manned.org/fincore>.
|
||||
|
||||
- Display cache details for a file:
|
||||
|
||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Open a dialog containing a specific dropdown menu and print the selected item to `stdout`:
|
||||
|
||||
`kdialog --combobx "{{message}}" "{{item1}}" "{{item2}}" "{{...}}"`
|
||||
`kdialog --combobox "{{message}}" "{{item1}}" "{{item2}}" "{{...}}"`
|
||||
|
||||
- Open a file chooser dialog and print the selected file's path to `stdout`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user