ability to use sudo with comma
is there any way to use sudo with comma? some apps like powertop require root privileges so it would be nice to have functionality to be able to run commands through comma with root privileges, just trying to run sudo , doesnt appear to work properly in my trying so i was wondering if there was a possibility for making sudo usable through comma. thanks!
You can open a shell and run it though that , -s powertop; sudo powertop
i mean, that isnt really the functionality wanted, it does work technically but i was more thinking a way to have the comma functionality whilst using root privileges, e.g , -su powertop, and with things like powertop i find the , -s powertop; sudo powertop doesnt work unless i run exit after the shell starts which is tedious if nothing else
thanks in advance!