10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
HI All,
We have an Redhat Machine,
And some folder with couple simple text files, this files containing a lot of lines with various strings and IP address with different classes.
The Requirement in eventually , is to pass the all various IP addresses to Excel.
My question is : what is... (4 Replies)
Discussion started by: James Stone
4 Replies
2. Shell Programming and Scripting
Hi friends,
I have one file like below. (.csv type)
SNo,data1,data2
1,1,2
2,2,3
3,3,2
and another file like below.
Exclude
data1
where Exclude should be treated as column name in file2.
I want the output shown below.
SNo,data2
1,2
2,3
3,2
Where my data1 column got removed from... (2 Replies)
Discussion started by: ks_reddy
2 Replies
3. UNIX for Dummies Questions & Answers
Hi,
I am looking for an awk script which should help me to meet the following requirement:
File1 has records in following format
INF: FAILEd RECORD AB1234
INF: FAILEd RECORD PQ1145
INF: FAILEd RECORD AB3215
INF: FAILEd RECORD AB6114
............................ (2 Replies)
Discussion started by: mintu41
2 Replies
4. Shell Programming and Scripting
Hi i have a log file like example below.
I need only one field from below log all other need to be truncated from the log file.
2011-06-13 15:10:53,498 INFO ext.SP->CAL (log point 5)
can any body help on this please.
Thanks (4 Replies)
Discussion started by: mostwantedkisss
4 Replies
5. Shell Programming and Scripting
hi all,
please help on this isssue, i have a file which contains something like this
and i want to seprate the servers which has vasd.pid ,i need only server names.
i want output something like this which vasd.pid .
server1
server3
server4 (4 Replies)
Discussion started by: sudharson
4 Replies
6. Shell Programming and Scripting
I'm working on writing a shell script that logs out whenever I have a firefox process running during certain times of the day (1 am - 8 am). I'll put it in crontab when it runs properly unless someone knows of a different and better way to do this. Here it is so far.
if ps ax | grep... (4 Replies)
Discussion started by: cokedude
4 Replies
7. UNIX for Dummies Questions & Answers
I have a list of directories looking something like;
/usr/local/1/in
/usr/local/1/out
/usr/local/1/archive
/usr/local/2/in
/usr/local/2/out
/usr/local/2/archive
/usr/local/3/in
/usr/local/3/out
/usr/local/3/archive
Is there a way I can filter the out and archive directories so I... (5 Replies)
Discussion started by: JayC89
5 Replies
8. Shell Programming and Scripting
Hi all
I need to write a small shell script, where we have one Log file and another File 1 containing some tags in it.
My log file can have multiple tags in it which can be other than the ones that are part of File 1.
So I need to write a script that will run and test whether the tags... (5 Replies)
Discussion started by: HItesh
5 Replies
9. UNIX for Advanced & Expert Users
Sir,
I have a file containing say 1000 lines that contain 100 paragraphs of 10 lines each separated by blank lines.I have to match a pattern or a string "hdfhasdjkasdhs" and print the complete paragraphs containing these strings.I can do this with the help of line editor ex,but how can I use... (1 Reply)
Discussion started by: Piyush
1 Replies
10. UNIX for Dummies Questions & Answers
Hi !
I wanted to know how can i filter files by "size range".
like : getting all the files that are bigger than 100 byte and smaller than 200 byte ?
I want to make it as a script...
I noticed the unix command : find . -size +100c
but i also want limit it's upper bounds.
so something... (2 Replies)
Discussion started by: nir
2 Replies