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: I have posted about this in the past. But I am still having problems with it. I am tring to grep out the word UNCOVERED. When it finds this word I w...
Summary: Hi, I am having a problem with grep while using it in a for loop. I have a file "ab" that looks like : (start file) --comment 1 -- comment 2 hghj jh a...
Summary: Hi Suppose a file F1 conatins following entries ABCD0B ABCD0Bs ABCD0B.ksh I would like to grep the word that contains only '0B' as last 2 charcaters....
Summary: Please help with gcc on Solaris OS I tried to install a software, but kept getting the following message: gcc -o help help.o /home/solaris/obj/lib/hlp...
Summary: Hi, I posted a message a couple of days ago asking for some help with a Bourne shellscript, and I have now written some code, but am getting an error,...
Summary: pleas i need your help with write a script that will check who is logged on for ten times separated by an interval of 5 seconds each (sleep command), ...
Summary: First off, I am not very skilled in UNIX. I need to grep the contents of a sar file for entries between the hours of 8:30am and 10:30am. a typical lin...
Summary: Hello! i hope somebody can help me. I would like to have help with an shell script(sh) assignment. I have a file and it contains something like the f...
Summary: Hi I need help with sed , i figured out how to use it but i need a way for it to remove "." and "/" like in this example SRC="../../../xxxxxxx/xxxx a...
Summary: is there a step by step procedure to create three partitions using partition magic 5.0, i want to install win 98, linux redhat 7.2 abd win Nt server o...
Summary: Hi there I am hoping you could help me with a script that would search for a word and extract the block of text containing it. This is a log file cont...
Summary: Hi What i i need help with is im planning on having freebsd be the operating system for an arcade emulator/multimedia system but my problem is that wi...
Summary: I am tryin for keyword Created with the grep tried this but didn't work if [ `grep $xxx|Created files | grep -i $UserId` -gt 0 ]; then Mail ****@***.c...
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 need to search all my log files for 2 specific words and list only the files that contain them. These words will not be on the same line. I can do a...
Summary: Hello all I'm having a little problem. Here is what I'm trying to do. I have many scripts that are running to automate process and I want to make a ...
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: I am trying to write a shell script that prompts for the amount of strings you want to search for and asks you the strings to look for. After some kin...
Summary: Hi I am trying running a script,but does not seem to work with ksh or/bin/sh Complains about the words in script not found for eg: line 7 & below: ---...