freebsd-dev/bin
Stefan Eßer f0fd4a32c4 bin/df: allow -t option to be used together with -l
The df command provides a -l option to exclude all non-local file
systems and a -t option with a (positive or negative) list of file
system types to display.

This commit adds support for a combination of -l and -t. If both are
specified, the parameter list of the -t option is applied on top of
the selection of öocal file systems (independently of the order of
the -l and -t options).

E.g., "df -t noprocfs,sysfs -l" will select all local file systems
except those of type procfs and sysfs.

PR:		260921
Approved by:	imp
Relnotes:	yes
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D33748
2022-02-10 21:09:34 +01:00
..
cat
chflags
chio
chmod
cp cp: fix some cases with infinite recursion 2022-01-27 12:02:17 -06:00
csh pkgbase: Create a FreeBSD-csh package 2021-12-21 10:17:50 +01:00
date date: Capitalize seconds string in synopses 2021-11-03 14:09:36 +01:00
dd
df bin/df: allow -t option to be used together with -l 2022-02-10 21:09:34 +01:00
domainname pkgbase: Put yellow pages programs to its own package 2021-12-21 10:17:22 +01:00
echo echo(1): Replace errexit() with err(3) 2021-11-09 22:12:19 +01:00
ed
expr
freebsd-version freebsd-version(1): Add -j flag to support jails 2021-10-01 13:50:56 -05:00
getfacl
hostname hostname: avoid strcpy() overlap in -d flag handling 2021-09-25 00:03:50 -05:00
kenv
kill
ln
ls
mkdir src/bin/mkdir: Spell occur correctly. 2021-10-02 10:39:31 -06:00
mv
pax src/bin/pax: Fix spelling error 2021-10-02 10:39:34 -06:00
pkill
ps src/bin/ps: Fix spelling error 2021-10-02 10:39:37 -06:00
pwait
pwd
realpath
rm
rmail
rmdir
setfacl
sh sh: Don't add something to a null pointer 2022-01-26 23:13:20 +01:00
sleep
stty
sync
test
tests
uuidgen
Makefile
Makefile.inc