about summary refs log tree commit diff
path: root/Completion/BSD/Command/_fstat
blob: 1533784416bc4296799570f403c59c91c2c50bc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef fstat

_arguments -s \
'-f[restrict examination to files open in the same file systems as the named file arguments]' \
'-M+[extract values associated with the name list from the specified core]:core:_files' \
'-N+[extract the name list from the specified system]:system' \
'-m[include memory-mapped files in the listing]' \
'-n[numerical format]' \
'-p+[report all files open by the specified process]:process id:_pids' \
'-u+[report all files open by the specified user]:user:_users' \
'-v[verbose mode]' \
'*: :_files'