diff options
author | Ron Yorston <rmy@pobox.com> | 2023-09-20 10:06:19 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-09-20 10:06:19 +0100 |
commit | 1ff6eb52032bb52501ef3bd8b49010ac19efa268 (patch) | |
tree | 513deff2b4a6aebe37bb38d1bc5736da2246e183 /init | |
parent | 1fcd57ab583a39f42b55f44d42472ea64e228c84 (diff) | |
download | busybox-w32-1ff6eb52032bb52501ef3bd8b49010ac19efa268.tar.gz busybox-w32-1ff6eb52032bb52501ef3bd8b49010ac19efa268.tar.bz2 busybox-w32-1ff6eb52032bb52501ef3bd8b49010ac19efa268.zip |
ash: add options to control globbing of hidden files
Add shell options:
- 'nohiddenglob' excludes files with the hidden attribute from
globbing
- 'nohidsysglob' excludes files with the hidden and system attributes
from globbing
If both options are enabled 'nohiddenglob' takes precedence.
These options also affect tab completion.
Files that are hidden because they start with a period aren't
affected (unless they also have the hidden attribute).
Costs 160-208 bytes.
(GitHub issue #367)
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions