You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to run power shell command in background as like linux(using nohup and &)
if i use start-job as a part of the command the exit status is 0 but not output from command ,its not giving any exception but not giving command out put also
Version
2.9.2
Bug description
I'm not able to run power shell command in background as like linux(using nohup and &)
if i use start-job as a part of the command the exit status is 0 but not output from command ,its not giving any exception but not giving command out put also
Example:-
Start-Job -ScriptBlock { echo "test" > "C:\path\to\file.txt" }
Actual behavior
It is not running command in back ground
Expected behavior
It should run command in back ground
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered: