2024-01-20, 05:21 PM
(This post was last modified: 2024-01-20, 05:21 PM by TheDreadPirate.)
You need to redirect the output to a text file since the command is longers than the terminal width.
Code:
ps aux | egrep "jellyfin|ffmpeg" > temp.txt