I really have too many tray icons. You know the ones. They sit on your taskbar, perhaps doing something in the background or, ...
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start. Creating a script on a Unix or Linux system can be dead easy or ...
In this article, I want to cover a more fundamental aspect of shell scripting: working with command arguments. I suspect that most shell scripts go through an evolution with their command flags, ...
The "Argument list too long" error, which occurs anytime a user feeds too many arguments to a single command, leaves the user to fend for oneself, since all regular system commands (ls *, cp *, rm *, ...