mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 22:54:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Retrieve all extended attributes of a file and display them in a detailed format:
|
||||
|
||||
`getfattr -d {{path/to/file}}`
|
||||
`getfattr {{[-d|--dump]}} {{path/to/file}}`
|
||||
|
||||
- Get a specific attribute of a file:
|
||||
|
||||
`getfattr -n user.{{attribute_name}} {{path/to/file}}`
|
||||
`getfattr {{[-n|--name]}} user.{{attribute_name}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user