I wanted to create a small applet that displays the results of a command. The command spits out at list of users with their storage quota thresholds. The result is in a columns separated with spaces. I periodically run the command and format the results and then email everyone. I'm trying to automate it and allow users to see their own info.
I'm not sure where to begin to make this happen; what language would be best/easiest to accomplish this. It seems simple enough. assign variables to each name and their corresponding threshold and display in a small gui.
I'm not sure where to begin to make this happen; what language would be best/easiest to accomplish this. It seems simple enough. assign variables to each name and their corresponding threshold and display in a small gui.