xattr.d 449 B

1234567891011
  1. Long: xattr
  2. Help: Store metadata in extended file attributes
  3. Category: misc
  4. Example: --xattr -o storage $URL
  5. Added: 7.21.3
  6. ---
  7. When saving output to a file, this option tells curl to store certain file
  8. metadata in extended file attributes. Currently, the URL is stored in the
  9. xdg.origin.url attribute and, for HTTP, the content type is stored in
  10. the mime_type attribute. If the file system does not support extended
  11. attributes, a warning is issued.