]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd; (man) add hint about default output
authorKarel Zak <kzak@redhat.com>
Fri, 17 Mar 2023 11:25:30 +0000 (12:25 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 17 Mar 2023 11:25:30 +0000 (12:25 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lsfd.1.adoc

index e5517674e7f7f37ba0233e7a60309f0ed02cdcc7..de59b4efcf174e08e1eb488f5fcb0c7f89e2485e 100644 (file)
@@ -28,8 +28,13 @@ specific features like namespaces with simpler code. *lsfd* is not a
 drop-in replacement for *lsof*; they are different in the command line
 interface and output formats.
 
+The default output is subject to change. So whenever possible, you should avoid using
+default outputs in your scripts. Always explicitly define expected columns by using
+*--output* _columns-list_ in environments where a stable output is required.
+
 *lsfd* uses Libsmartcols for output formatting and filtering. See the description of *--output*
-option for customizing the output format, and *--filter* option for filtering.
+option for customizing the output format, and *--filter* option for filtering. Use *lsfd --help*
+to get a list of all available columns.
 
 == OPTIONS