7 More Discussions You Might Find Interesting
1. What is on Your Mind?
Hi guys,
What do you think about these certifications? (18 Replies)
Discussion started by: Luca.Francesca
18 Replies
2. Red Hat
hi ...
i want to monitor the httpd service whether its online or offline.. if httpd service goes offline/stopped then i need to get alert to my mail. how to do construct this script..
myself using RHEL4 ... (1 Reply)
Discussion started by: sriniv666
1 Replies
3. Shell Programming and Scripting
How would i take the output of a file dump it into another file while at the same time sorting it?
this is my script..simple i know!?
echo "Enter the file log you wish to use. : "
read file
awk '{print $1,$2,$4,$5}' $file >> list
Im trying to dump it into that list file and sort it at... (6 Replies)
Discussion started by: jspinal
6 Replies
4. Shell Programming and Scripting
Im trying to find a script that will pull ip addresses along with the date and time sort it by ip addresses and output it to a file...
As a newbie to scripting im kinda stumped here...and suggestions? (2 Replies)
Discussion started by: jspinal
2 Replies
5. UNIX for Dummies Questions & Answers
I try taip this script below...but i have got error.The error message is Input read error..Anybody can see whether my script have problem.Below this is my script:
#!/bin/sh
filename=test.txt
vi $filename <<EndOfCommands
i
This file was created automatically from
a shell script
^ (1 Reply)
Discussion started by: mastercar
1 Replies
6. UNIX for Dummies Questions & Answers
Hello all I am new and I had a question that I was hoping you could answer.
I am using mutt on a directory in this directory will be pdf files named 001.pdf , 002.pdf and so on. I need a script that can read the filename and associate that with a user like so :
if 001.pdf exists then email... (16 Replies)
Discussion started by: linuxguy30350
16 Replies
7. Programming
i was searching on the net have found a couple of sample programs and was wondering if some could tell me what they do cheers.
main()
{
printf("Executing ls\n");
execl("/bin/ls","ls","-l", (char *)0);
perror("execl failed to run ls");
exit(1);
}
main()
{
int i;
i =... (5 Replies)
Discussion started by: ruffenator
5 Replies