summaryrefslogtreecommitdiff
path: root/Completion/Linux/Command/_lsattr
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Linux/Command/_lsattr')
-rw-r--r--Completion/Linux/Command/_lsattr11
1 files changed, 11 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_lsattr b/Completion/Linux/Command/_lsattr
new file mode 100644
index 000000000..def0bd3d9
--- /dev/null
+++ b/Completion/Linux/Command/_lsattr
@@ -0,0 +1,11 @@
+#compdef lsattr
+
+_arguments -s -S : \
+ '-a[show all files, including hidden ones]' \
+ '-d[list directory entries instead of contents]' \
+ '-l[use long option names]' \
+ "-p[show file's project number]" \
+ '-R[act recursively]' \
+ '-V[display version information]' \
+ "-v[show file's version/generation number]" \
+ '*: :_files'