- 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
- or download this
#!/usr/bin/perl -w
my %mylist;
...
}
}
}
- 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
- 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""
- 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