Loading CS.md +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ Source: <https://unix.stackexchange.com/questions/26728/prepending-a-timestamp-t lsof -Fns 2>/dev/null | grep ' (deleted)$' -B1 | grep '^s' -A1 | grep -v -- -- | cut -c 2- | paste - - | sort -n Useful for overfilling volumes where `du` doesn't pinpoint the culprit. Source of inspiration: <https://access.redhat.com/solutions/2316> - - - Loading Loading
CS.md +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ Source: <https://unix.stackexchange.com/questions/26728/prepending-a-timestamp-t lsof -Fns 2>/dev/null | grep ' (deleted)$' -B1 | grep '^s' -A1 | grep -v -- -- | cut -c 2- | paste - - | sort -n Useful for overfilling volumes where `du` doesn't pinpoint the culprit. Source of inspiration: <https://access.redhat.com/solutions/2316> - - - Loading