Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Erriccsons Dump Eric Data Search and output script

by brassmon_k (Sexton)
on Jul 16, 2001 at 19:07 UTC ( [id://97036]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # This script is a menu and all files (Not TTFILES) associated with it
    + are located in the same directory.
    # All script explanations are located within the associated script fil
    +es themseleves
    ...
    
    esac
    done
    
  2. or download this
    #!/usr/bin/perl -w 
    my %mylist; 
    ...
          } 
       } 
    }
    
  3. or download this
    # This script first makes a file then appends to a file.  The reason i
    +t has to append to a file is a sed command is involved
    # Which will then make the appended to file executable.  Then it is ex
    +ecuted with dump_eric and it's output is appended to another file
    ...
    else
    sed -e 's/^/\dump_eric /' calltracenarrowtime.abbazabba >> calltrace2.
    +abbazabba; chmod 777 calltrace2.abbazabba; ./calltrace2.abbazabba >> 
    +output.abbazabba; calltrace.awk; break
    fi
    
  4. or download this
    # Asks input for what msisdn (phone number) you are looking for and th
    +en it appends it's output to a file otherwise it is displayed on scre
    +en.
    # The fields Called, Calling, Redirecting, are fields pulled out of th
    +e TTFILES
    ...
    if(b<=5)  print $0
    if (c++>5) { c=0;};
    }' output.abbazabba >> msisdnoutput.abbazabba; echo "The file with you
    +r search results is called "msisdnoutput.abbazabba""
    
  5. or download this
    # This script removes files created by the user doing a calltrace.
    # if answer is "n" stop the script if the answer is "y" remove all .ab
    +bazabba files
    ...
    else
    echo "Bad Option"; echo "Please answer y(yes) or n(no)"; read ANSWER
    fi
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://97036]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found