Logging in programming is a very basic skill which give a developer an edge in different environments and helping user debug the program without using debug utilities. In PowerShell, there
Implement ‘nohup’ like functionality in Windows PowerShellImplement ‘nohup’ like functionality in Windows PowerShell
In Linux operating system there is a very useful utility named ‘nohup‘ which can let the command running in background even if the user logs out of the terminal/command line.