Summary: Hi, I have a complex shell scripting requirement. 1. I need to fetch last 7 days archived log files by querying database. 2.Then I have to compare th...
Summary: Hi guys, I am very new to the shell scripting .... I have a text file with 5 columns and all colums are seperated by some spI need to capture all indi...
Summary: Greetings! Does anyone know of a utility or a script for renaming files on a UNIX web server? I've seen several of these types of renaming utilities ...
Summary: Hi. I am a beginner on scripting. I will write a shell script for string encryption/decryption. the script will take 3 parameters. First one will be a...
Summary: Hi, I was wondering if anybody knew how to make a shell script that will make a backup of a file example (mv out out.bak) but the next time you run th...
Summary: Hello! I'm trying to write a shell script, but don't know where to start. I need to do the following: - go into each directory, check for a file name...
Summary: Hi all, I would really appreciate some help to create a bash shell script to do this: 1. run a ping command (e.g. ping -c 10 {ServerName}) 2. (TEST1) ...
Summary: i need a simple shell script for unix, however im completely useless at shell scripting and cant get past the #!/bin/sh bit 8(.... what i desperately...
Summary: hi guys i need to write a shell script that recursively descends all the subdirectories finds the maximum length of any file in that hierarchy help me...
Summary: Hi, I need to write a script for export/import job in oracle. I should be able to give instance name as a parameter while performing export. I also be...
Summary: Write and design a Bourne shell script for the following specification Design and implement a script that provides line numbered contents of a file. W...
Summary: Dear all, I wonder how to find the size of an array in shell script. For example, I declared an array as following: #! /bin/sh a = (1 adf 8 2 se) How ...
Summary: If the .csv file is reasonably small (say under 100K) try reading it from PL/SQL using UTL_FILE. Otherwise use SQL*Loader, which is very fast but does...
Summary: hello, every body , i need a script for login to a router by taking USER and PASSWORD from the script itself(i.e automate login).It is possible or any...
Summary: Hi, How do I do partial encryption of shell script? For example, #!/usr/bin/csh set options = (a b c) #//I want the following lines to be encrypted or...
Summary: Thank you so much for the help. I would like to know what is the purpose of ~, :space: in the awk command. I really appreciate if you could give me b...
Summary: Hi, I'm trying to create a shell script to check for the existence of a file on an NT box prior to an FTP process. If it doesn't exist then the proces...
Summary: I am look for a shell script to scan all files in the system to find out if a file contains a particular string. If yes, then write the file name, pat...
Summary: hi, i have an entry: FileName=/home/mqm/adr10098/sample.dat in a file. I want to open this file, search for "FileName=" and then replace the value wit...
Summary: i need to make a shell script that will take in two parameters: a directory and a size. it'll look somthing like this: filesize [dir] [size] (*where...