Quick Fish Code snippet
#!/usr/bin/fish renice -n -10 (pidof lxqt-panel) renice -n -10 (pidof Xorg)
YAHwism, Niebocentryzm (wklęsła Ziemia – Concave Earth), #Skycentrism, BLENDER & LuxCore Render, *physical* absurd of #Copernican Revolution explained, the inside Earth / geocosmos, basics of spirituality, #Jewishness (JeWsus, Holy Spirit Shikainyah, protestant÷catholic critic), computer programming, Python scripts, C++, astrophotography, science, physics, web aggregation, computer graphics, analysis, fact checking, some politics and economics blogging, skies, moonscape,IT
#!/usr/bin/fish renice -n -10 (pidof lxqt-panel) renice -n -10 (pidof Xorg)
4 days, 21:06:50.592779
type uptime
uptime is a function with definition
# Defined in /root/.config/fish/functions/BASH.fish @ line 48
function uptime
python3 -c 'import time,datetime;print(datetime.timedelta(seconds=time.clock_gettime(time.CLOCK_MONOTONIC)))'
end
Retrieved in Fish (s)hell:
root@Knoppix /# type uptime uptime is a function with definition # Defined in /root/.config/fish/functions/BASH.fish @ line 46 function uptime python3 -c 'import time,datetime;print(datetime.timedelta(seconds=time.clock_gettime(time.CLOCK_MONOTONIC)))' end
(..................................)