Summary: I am writing a script which writes XML code to a file. In this script i am writing the results of various processes into XML tags, but after a particu...
Summary: I'm trying to write a backup script to backup a couple directories. This is what I have so far, it's not fleshed out because I've been getting errors...
Summary: I am developing a script that monitors directory sizes. The script send emails and pages when certain percentage thresholds are reached. My question...
Summary: hi, i want to set the password of the solaris users from web. here is the script i m using but its gives error of permission denied. i m not executing...
Summary: I am having trouble with a unix assignment at uni and hope sopmeone can help I have designed a simple menu system for carrying out simple routines (li...
Summary: Typically, your menu would be a loop such as while [ "$selection" != q ], and when that condition is met, the loop will terminate and continue executi...
Summary: Hi, I am in root user running a script, this script need to execute some commands in oracle user, eg: #Start of script ... (commands run in root user)...
Summary: Kevin, dirname will strip the last component from fileref, and it does not care if that is a file or directory, existant or not. Since $0 represents ...
Summary: Hi: You're piping the output of 'ps -el' to awk: Below, NF in awk is the number of fields in each line of input from the 'ps -el': Therefore, in the a...
Summary: I provide several solutions, most of which needs the less-than-sign. But that character has special meaning to this web page, just like in unix, and ...
Summary: Hi~ I'm running NetBSD-1.5.2 on the i386 platform w/ wscons enabled (virtual screens 0 thru 3) and am trying to add some C-shell scripting to my ~/.cs...
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. ...
Summary: Hi Shalini, After sourcing the functions (with '. functions.sh') call the functions by their name like for a standard unix command. You can use the s...
Summary: Hi! I need help in writing a script, in fact, couple of scripts that should do the following: we have a file, the 1st script divide the file into rand...
Summary: Or this example from 'Ben' using parens to nest a subfunction. Start: ( echo "user username password" echo "lcd /tmp" echo "Yet more ftp cmds" echo "Y...
Summary: Actually, looks pretty good. Here is what I found: a) Your code for optionally creating the junk directory needs to be at start of script since the i...
Summary: This is the bit that you need to slot into your script, you need to include the brackets Start: ( echo "user username password" echo "lcd /tmp" echo "...
Summary: i get this error "unpacking of archive failed: cpio bad magic " in the install.log file, can this particular error cause this "shared object execution...
Summary: When you select details at the message box What does it report I mean Pap authorization not terminal or script based When you select query modem does...
Summary: nIC in your ftp script add the option -- ftp -i ie. script will look something like this #! /bin/sh ftp -i <<** open 10.10.10.10 # ip address to ftp ...