mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
+/- hints for attrib command
This commit is contained in:
committed by
ridiculousfish
parent
5574d13622
commit
9de5e1918f
@@ -14,7 +14,9 @@ s\tClear the System file attribute
|
||||
h\tClear the Hidden file attribute
|
||||
i\tClear the Not Content Indexed file attribute' | awk -F '\t' "{ printf \"$current_token%s\t%s\n\", \$1, \$2 }"
|
||||
case '*'
|
||||
echo -e '/s\tApply to matching files in the current directory and all of its subdirectories
|
||||
echo -e '+\tSet the file attribute
|
||||
-\tClear the file attribute
|
||||
/s\tApply to matching files in the current directory and all of its subdirectories
|
||||
/d\tApply attrib and any command-line options to directories
|
||||
/l\tApply attrib and any command-line options to the Symbolic Link, rather than the target of it
|
||||
/?\tShow help'
|
||||
|
||||
Reference in New Issue
Block a user