News

If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start.
I'm looking for info on using "if" with errorlevels but I may be using the wrong term because I keep coming up with nt shell scripting info.So here is what I want to do...I want to run "ls" on an ...
You might think that Linux scripting might only be for wizards. It can save you a lot of time, even if you don't consider yourself a programmer. Taking a little time to learn some basic scripting ...
If you are doing X11, for example, you can go low-level or pick any of a number of high-level libraries. The tutorial assumes you understand C and basic Linux programming. It has two sections, really.
Bash scripting is a powerful tool for automating tasks on Linux and Unix-like systems. While it's well-known for managing file and process operations, arithmetic operations, such as division, play a ...
Using RH7.0, I've set up a bash script called 'dlist' which is just an 'ls' with the '-s and -h' switches appended. This gives you your normal ls output, with total size of the directory contents ...