aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-06-01 14:30:48 +0100
committerRon Yorston <rmy@pobox.com>2023-06-01 14:30:48 +0100
commitb7a30ac995544f9dfacf7b200f2a75717060037a (patch)
tree511dae5029903f9b02017361e31370e196cfbf70 /shell
parenta1ccb78df0a218d8fa760015f82bca6b7939b95b (diff)
downloadbusybox-w32-b7a30ac995544f9dfacf7b200f2a75717060037a.tar.gz
busybox-w32-b7a30ac995544f9dfacf7b200f2a75717060037a.tar.bz2
busybox-w32-b7a30ac995544f9dfacf7b200f2a75717060037a.zip
ls: allow hidden system files to be omitted
The 'ls' applet in busybox-w32 treated files with the hidden attribute as though they had a leading '.'. Some such files also have the system attribute set. Since these aren't of much interest to most users and since several of them have long unsightly names there's some advantage in allowing them to be omitted from the listing. Implement this by omitting hidden system files if the '-a' or '-A' option is given twice. Adds 80-88 bytes (GitHub issue #328)
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions