Search Results

Search: Posts Made By: Crazy_Nix
1,391
Posted By Crazy_Nix
Thanks a lot Don Cragun, But i also need to...
Thanks a lot Don Cragun,

But i also need to use the Code to send an SMS using the variables. Can you help. I can tell you the Syntax for Wiritng the SMS.


/usr/bin/curl -O...
1,391
Posted By Crazy_Nix
Read log file to create Performance index
I am required to create a CSV file reading last 200000 lines form a log file. I have to grep 3 parameters from this log file and write these parameters in the .csv file, with time stamp. This script...
1,797
Posted By Crazy_Nix
Script to create DHCP report
Hi,

In our company, we have been asked to design a script to automate the report of all IP's which are free/used from all the pools in DHCP at any given Amount of time. We have prepare the...
2,453
Posted By Crazy_Nix
Dear Rudi, Thanks, a lot for all the help. I...
Dear Rudi,

Thanks, a lot for all the help. I appended the script and got the desired result


#!/bin/bash


echo -e "Please enter the Circuit ID : \c"
read CID
[ $(grep -c "$CID"...
2,453
Posted By Crazy_Nix
Dear Rudi, The script in placed in /etc/dhcp...
Dear Rudi,

The script in placed in /etc/dhcp directory, so the find commandin expected to read the dhcp conf file. the Count is taken in case multiple entries of the same Circuit ID are found.
...
2,453
Posted By Crazy_Nix
Shell Script to check dhcp conf file
Hi,

I have to prepare a script to check the dhcp conf file. The script has to check for a specific parameter called circuit ID. If the Circuit ID is unique it should show the output that it is...
1,255
Posted By Crazy_Nix
Thanks...will definitely follow it henceforth
Thanks...will definitely follow it henceforth
1,255
Posted By Crazy_Nix
Dear Rudi , Firstly, the entries mentioned...
Dear Rudi ,

Firstly, the entries mentioned in my previous reply are just entires in a .txt file, hence, i did not use the code tag

Secondly, I am extremely grateful for all the help extended....
1,255
Posted By Crazy_Nix
Hi, Please find below sample input ...
Hi,

Please find below sample input

====================================

=========For Time =======Tue Jan 27 16:25:11 IST 2015======

GTP' Service Request Summary...
1,255
Posted By Crazy_Nix
Read a file with multiple tags
Hi,

I have to read a file which has values. Now this file has multiple values for tag "total requests". I have been asked to read it and then rewrite the multiple values in a different csv file. I...
1,354
Posted By Crazy_Nix
Thanks Rudy, Now the script works like a gem...
Thanks Rudy,

Now the script works like a gem

Thanks a lot again
1,354
Posted By Crazy_Nix
[Solved] Move files only if no other file is present there in first place
@ Rudy : files placed in the destination Directory are picked up by my java application for processing after which the Application itself deletes the files.

I did a few tweaks and finally got my...
1,354
Posted By Crazy_Nix
Move files only if no other file is present there in first place
Hi,

I am not that good in writing shell scripts. I need your help. I have a lot of files which need to moved to another directory but I can do it only if there are no files present there in the...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 09:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy