Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Firebug を有効にして Linux のターミナルから Firefox を開きたい
// Terminal $ Firefox
使用できますxdotool:
xdotool
#!/bin/bash wid=$(xdotool search 'mozilla firefox' | head -1) xdotool windowactivate $wid xdotool key F12