xattr.d 489 B

123456789101112
  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. See-also: remote-time write-out verbose
  7. ---
  8. When saving output to a file, this option tells curl to store certain file
  9. metadata in extended file attributes. Currently, the URL is stored in the
  10. xdg.origin.url attribute and, for HTTP, the content type is stored in
  11. the mime_type attribute. If the file system does not support extended
  12. attributes, a warning is issued.