diff options
| author | Brad Davis <brd@FreeBSD.org> | 2025-07-11 15:10:56 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2025-07-11 15:10:56 +0000 |
| commit | 5652050565f7595651b33f7e1480b4d717a8a055 (patch) | |
| tree | ade149ac88a16dc0af13cef00435ffb38c4c9c4f | |
| parent | 55a25c753100fe7085f6fd7832f0c219ee001a2e (diff) | |
gstat.8: Add an example of how to filter the results
Reviewed by: bcr
| -rw-r--r-- | usr.sbin/gstat/gstat.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8 index 02dbbbc54a3d..2975a93c7fef 100644 --- a/usr.sbin/gstat/gstat.8 +++ b/usr.sbin/gstat/gstat.8 @@ -122,6 +122,9 @@ Quit .El .Sh EXIT STATUS .Ex -std +.Sh EXAMPLES +To filter the output to only physical disks named ada0 through ada4: +.Dl # gstat -f ada0[0-4]$ .Sh SEE ALSO .Xr systat 1 , .Xr geom 4 , |
