run bash command and see if command was successfull Permanently deleted user 创建于 2016年08月15日 06:43 Hello,If there is a way to run bash commands in PhpStorm 8.0.3 and see results, as I want to see if command was successfull? Thanks!
Do you mean in Terminal, or via code?
If in Terminal, you can use "echo $?" to get the last command error code.
I mean run in bash commands inside PhpStorm
What OS do you run under?
Kubuntu 16
Then just open the Terminal tool window (Alt+F12 by default), run the command from there, and use "echo $?" to get its error code.