Search Results

Search: Posts Made By: scriptarg
1,833
Posted By scriptarg
Correction
Sorry, let me try that again.
I have 2 files with many lines.

File one example:
CN=VXX,CN=ug8888,OU=America,OU=State,OU=VXX,
File two example:
ul22222 Jon Smith
ug8888 Mildred Apple
I need...
1,833
Posted By scriptarg
need help sorting and combining files
I have 2 files with many lines.

File one example:
CN=VXX,CN=ug88888,OU=America,OU=State,OU=VXX,
File two example:
ul22222 Jon Smith
ug8888 Mildred Apple
I need a routine that will take the...
3,008
Posted By scriptarg
That got me much further!
root@gs091# ./test.sh
mLogFile=/tmp/directoutput.txt
+ tail -1 /tmp/directoutput.txt
+ egrep root
+ set -- root Tue Jul 10 18:19:30 2007
mLastMonth=Jul
mLastDay=10
+ echo 18:19:30
+ cut -f1...
3,008
Posted By scriptarg
sorry... I must be doing something wrong
root@gs091# ./test.sh
mLogFile=/tmp/directoutput.txt
+ egrep root
+ tail -1 /tmp/directoutput.txt
mLastMonth=$3
mLastDay=$4
mLastHour=
tail: cannot open input
./test.sh: syntax error at line...
1,950
Posted By scriptarg
monitor changes made by root
Is there any way in Solaris 9 to monitor changes made to user accounts by root?
3,008
Posted By scriptarg
need help with script
I have created a log file to attempt to alert myself if root or oracle directly logs into a server. I want to create a script that will check this log file every 30 minutes and if it finds one, send...
Showing results 1 to 6 of 6

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