changeset 646:1d5f87e68078

common.subr: FIX: Remove unneeded comment that only has been meant to be a very temporary note
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 27 Sep 2024 17:28:49 +0200
parents aa21ec8b86c5
children b0e8b5cf5d33
files share/local-bsdtools/common.subr
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/share/local-bsdtools/common.subr	Fri Sep 27 17:27:51 2024 +0200
+++ b/share/local-bsdtools/common.subr	Fri Sep 27 17:28:49 2024 +0200
@@ -11,16 +11,6 @@
 #: :ID:        @(#)@@SIMPLEVERSIONTAG@@
 #:
 
-#
-# "procstat --libxo=json,no-locale -a file | jq -r $'.procstat.files | map(.) | .[] | [ .command, .files.[] | .fd, .fd_type, .path] | @tsv '
-#
-# WORKING (without the command name)
-# procstat --libxo=json,no-locale -a file | jq -r $'.procstat.files | map(.)| .[] | .files.[] | [.fd, .fd_type, .path] | @tsv '
-#
-# FULL WITH command name
-# procstat --libxo=json,no-locale -a file | jq -r $'.procstat.files | map(.) | .[] | .command as $cmd | .files[] | [ $cmd, .fd, .fd_type, .vode_type, .path ] | @tsv '
-
-
 
 #:
 #: Dummy function to make the first "shellcheck" directive below non-global