Search Results

Search: Posts Made By: jacekmaciek
11,458
Posted By jacekmaciek
Worked Great
Thanks a lot Jim!

I have no experience in unix so you helped a lot.

This worked great:

bju () { bjobs -u all | awk '{if (NR > 1) {username[$2]++;}}END{{print"\nJOBS BY USER:\n"} for (i in...
11,458
Posted By jacekmaciek
How to alias an awk command with single and double quotes?
Hi,

I am trying to write the following command as an alias in my .bashrc file.

bjobs -u all | awk '{if (NR > 1) {username[$2]++;}}END{{print"\nJOBS BY USER:\n"} for (i in username) {print...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy