I am trying to sort a file that could have anywhere from 1-35 different : delimited fields in it. I want it to sort each field independently (not treat the entire line as a single string). However, it seems that the sort command doesn't recognize the -t ':' command unless I use it in...
I am trying to write a query that would return two COUNT values. Basically, I have a table that contains JOBGROUP, JOBNAMES and STATUS. There are many JOBNAMES for each JOBGROUP. The status field can either be SUCCESS or NONE.
So the table looks like this:
JOBGROUP JOBNAME STATUS
A...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.