9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Linux System having all Perl, Python, PHP (and Ruby) installed
From a Shell script, can call a Perl, Python, PHP (or Ruby ?) file
eg
eg
a Shell script run in a case statement call to run a php file, also Perl or/and Python file???
Like
#!/usr/bin/bash
....
....
case $INPUT_STRING... (1 Reply)
Discussion started by: hoyanet
1 Replies
2. Shell Programming and Scripting
Hello all,
I'm trying to write a script to gather and send data and it works just fine at the bash command line, but when executing from CRON, it does not run properly.
My scripting skills are pretty limited and there's probably a better way, but as I said it works at the command line, but... (12 Replies)
Discussion started by: rusman
12 Replies
3. Shell Programming and Scripting
Hi ,
I am struck with one problem here.
I have awk script which deals with a log file and gives result.
It works perfect on linux. But my problem is I want to run it on windows.
How I can run my awk script on windows?
Please guide me on this.
how to proceed further?
Thanks
pamu (5 Replies)
Discussion started by: pamu
5 Replies
4. Shell Programming and Scripting
Hi All,
I have around 900 Select Sql's which I would like to run in an awk script and print the output of those sql's in an txt file.
Can you anyone pls let me know how do I do it and execute the awk script? Thanks. (4 Replies)
Discussion started by: adept
4 Replies
5. Shell Programming and Scripting
how to run an already developed script run against a list of ip addresses solaris 8 question.
the script goes away and check traffic information, for example
check_GE-VLANStats-P3 1.1.1.1
and returns the results ok.
how do I run this against an ip list? i.e a list of 30 ip addresses (26 Replies)
Discussion started by: llcooljatt
26 Replies
6. Infrastructure Monitoring
Hi I'm new to do community and I've joined because I need a little help.
I'm working a on a school project and I am currently stuck because I must count number of protocol packets from wireshark .pcap file and in order to so I found this .awk script.
BEGIN {
}
{
vrijeme = $2;
if ($5 ==... (3 Replies)
Discussion started by: Review
3 Replies
7. AIX
In my cronjob, I would like to schedule my script.sh to run every minutes. I crontab -e and have in line below but it didn't seems to run at all.
* * * * * script.sh
When I run it manually, I can run it. Is that anything wrong with the above line?
If I change it to something like below,... (4 Replies)
Discussion started by: ngaisteve1
4 Replies
8. UNIX for Dummies Questions & Answers
Hi Friends, I'm trying to retrigger a script if the IN_FILE is empty(except the first line) how many I do this?
script need to be retriggered: /local/temp/scriptex.ksh
right now I have
awk '{if ($2 == "")
{cd /local/temp ./scriptex.ksh}}' $IN_FILE
but doesn't work
Thanks (2 Replies)
Discussion started by: UNovIX
2 Replies
9. Shell Programming and Scripting
Hi Guys..
How to run a Shell Script into AWK instruction :confused::confused: (3 Replies)
Discussion started by: gandarez
3 Replies