Y
Hacker News
new
|
ask
|
show
|
jobs
by
akdev1l
341 days ago
use a shell function/alia?
show-logs() { journalctl -u "$1" } show-logs nginx
(Not that I think journalctl -u even needs an alias tbh but if you want it you can have it)