File: README

package info (click to toggle)
attr 2.4.16-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 524 kB
  • ctags: 429
  • sloc: ansic: 1,990; makefile: 419; sh: 349; perl: 316
file content (13 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
ea-conv -- convert between aget and getfattr format

This script converts between the extended attribute text formats of
getfattr and its predecessor, aget. To get all attributes with aget
and convert the result to getfattr format, use the following command:

	aget -Rds -e hex . | ea-conv -

To get all attributes with getfattr and convert the result to aget
format, use the following command:

	getfattr -Rd -m - -e hex . | ea-conv -