Summary: how any one can write SED script for following requirement? Test1.text file has following data : Che is CLA and XP is //event[tag = cast and line = 29...
Summary: Need to make scripts for -transfering files from a unix server to an NT server -editing files -working with variables ... My boss gave me 4 weeks to l...
Summary: Can someone help me with deleting few lines from the end of the file. I use sed '$d' $filename > $filename2 to delete a single line but confuss on mul...
Summary: Hey I'm doing a programmaning project in class. One of the programs I have to do is to create a program that will allow the user to type in a number,...
Summary: Hi...everybody I really need help on this. I'm using SCO Unix System V/386 Release 3.2 and I'm trying to set the network card PCI on Compaq Prosignia ...
Summary: I need a KornShell script that will, among all the users currently logged on to the system, find a slot of one hour that contains the most number of u...
Summary: I need some help on a unix script I am trying to write, or at least the logic behind it. The task im trying to achieve is to search a file for using a...
Summary: Guys, I am new to UNIX world and really need help of your expertise. I have file with each line of fixed length eg., DT00123 1234 FFF 56565 DT00923XX3...
Summary: Hi All, I found this post from a few years ago. My question is Can I do it a litlle bit further: I wan to find out the first letter start with P and r...
Summary: i found the cmd which can do this work, nt thr are limitations... hw to overcome these...? the cmd is: sed 's/'`tail -l temp.txt|awk -F"," '{print $3}...
Summary: I need help on writing 2 shell scripts: 1) Write a shell script, to be called `keep', that will take any number of file names as arguments. It sho...
Summary: I have following requirements in C shell script: - The script accepts the date input - Upon accepting the date, the script needs to list all the files...
Summary: you need to find based on age, and then have the files which are found deleted: find /directory -atime 30 -exec rm {} \; this will delete files not ac...
Summary: i am a dummy in ksh now i need to write a script to join a some file, either by joining 50 files to one file, or join the files in one after timeout. ...
Summary: Hi I'm quite new with scripting and am having a few problems with even the simpleist things. I am trying to create a script that will tell me all use...
Summary: Hi I am trying to remove underscores from subdomains without removing all underscores. I have the following http://my_little_pony.website.com/boards/...
Summary: I need a help from you. i am new to shell scripting. please help on this script. i want a script monitor the log file and take the last 10 min update ...
Summary: Hello all, I'm having a problem with one part of my KSH script. Below is the script and OutPut. What I would like to do next is combine field 1 "exam...
Summary: I have a .txt file which contains several lines of text. I need to write a script program using grep or any other unix tool so as to detect part of th...
Summary: My main problem with this script is that I couldn't make it run the way it is. I believe because is missing a few menu options. I am trying to complet...
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: Hi Folks, I am in need of a basic script that could do a dircmp within a directory tree structure. Any help would be very much appreciated. -...
Summary: LANkrypt0... could you give me an example of using functions in shell? ive never used them before. i got an extension of a day or 2 on my script so yo...
Summary: I've got a project where I have a list of files...some with identical content, but different names. I know the trick involves diff, but I need to wri...
Summary: please help: how can i write a script Example 1: [min@alpha min]$ ./mt Enter an integer number: 3 You entered 3 The sum of all the integer from 0 to...