Summary: I have basic working knowledge of UNIX. I work in an environment where I need to login to multiple servers to work. I need to write a script file whic...
Summary: Hi All, I am quite new at unix script. I have two questions to ask for your help. 1) I will do quite a lot of experiments. The output file names of di...
Summary: Hello. For my final we have to come up with 3 useful scripts (common tasks, organizing files, games, etc.... ) i was wondering if anyone has any idea...
Summary: I dont know that I would even bother writing a script for this. The easiest way would be to edit your .login file. As an example and what you are lo...
Summary: I am trying to login to a server with a script. However when the password is asked for the script is interrupted and does not run. What can I do to ...
Summary: I'm trying to write a script that searches through a file for an occurrence of an expresssion. However, I want to use something like this: #!/bin/ksh...
Summary: I have filenames on this system that start with a # that will not copy. Seems the # is the problem. Script below put the bad name to a file and used...
Summary: well I don't know much about the smbclient, but if it can take input from a file, construct the file in the script, upload it first & execute the smbc...
Summary: I think David's script does what you want, but the statement: $file=`basename $file` needs to have the leading $ removed. His script does not care if ...
Summary: HI there, I'm now have the situation like this: I have a file called disk.hog that stores login names in the 1st field n usage limit in the 2nd. I nee...
Summary: Here's one that I use for filesystem monitoring. You can modify it to do email alerts if you want. Here is the config file called diskspace.tab: # ...
Summary: I've run into this problem before. What I did was pretty simple. At the top of my script file I loaded the profile by typing: ". $homepath/.profile" ...
Summary: I have a script that gives me the following error: Hi there, % Used Warn Filesystem Name CURRENT DISKSPACE STATUS ./diskspace.sh[25]: 0403-057 Syntax ...
Summary: Hi, need help on the following. I will analyse the listner.log (please see sample of lisnter.log below) I need the USER, Host, and program information...
Summary: I am writing a phone list utility. I want to ask the user for a name and number that they will input from the command line. I will then take this data...
Summary: anybody plz tell how to rename files like this using script myfile.01 to yourfile.01 myfile.02 to yourfile.02 myfile.03 to yourfile.03 myfile.04 to yo...
Summary: Hi all, I'm trying to run to scripts in a single file, where script2 can only run when script1 has completed. Is there any way I can link them using s...
Summary: Hi there - I'm trying to check a directory for multiple possible files with a particular extension. If they exist, I'd like to call another script, u...
Summary: I have created a script called aliases using vi (vi aliases). I have entered the data and I can't get it to work. I have used the set command and alia...
Summary: I need a UNIX command to work on OS X on a Mac. I have a client who upgraded from OS 9 to OS X on her mac. She has a huge number of files with "/"...
Summary: Hello, I am trying to write a script to identify all the users on a AIX server that have not changed their password, and are not locked. I think that...
Summary: Our product gets installed in HPUX in a number of stages. Instance Configuration, Database creation and Instance Creation and Post installation. The...
Summary: i need some help i have a little script that uses ftp to send some files from my unix (HPUX) to another unix (HPUX). what i need is a way to check if ...
Summary: xmessage is used to display a window containing a message from the command line (or in my case, from a script file). The message I want to display i...