Skip to main content
edited tags; edited tags
Link
Kusalananda
  • 356.1k
  • 42
  • 737
  • 1.1k
Source Link
Ahmad Ismail
  • 3.1k
  • 3
  • 34
  • 83

run a command with double quote in new window in Alacritty

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)