SyntaxFix
Write A Post
Hire A Developer
Questions
About losing your putty: often the ps ... | awk/grep/perl/... process gets matched, too! So the old school trick is like this
putty
ps ... | awk/grep/perl/...
ps -ef | grep -i [n]ohup
That way the regex search doesn't match the regex search process!