Sample Header Ad - 728x90

run a command with double quote in new window in Alacritty

3 votes
1 answer
5271 views
I can run gnome-terminal -- journalctl --since "10min ago" -f What is the equivalent of this command for alacitty. I tried alacritty -e "journalctl --since \"10min ago\" -f" alacritty -e "journalctl --since '10min ago' -f" alacritty -e 'journalctl --since "10min ago" -f' every command returns Error: Failed to spawn command 'journalctl --since '10min ago' -f': No such file or directory (os error 2)
Asked by Ahmad Ismail (2998 rep)
May 31, 2022, 07:15 AM
Last activity: May 31, 2022, 08:03 AM