I'm new in unix scripting, what i'm trying to to is set up
a script to to the following:
change file names such as {file 1} into {file_1},
{my file 1} into {my_file_1}
my script setup as:
in_file = 'ls -1'
for file in $in_file
do
if test -f "file"
then...
I'm trying to write a script to do :
identify users who have been logged in for 30
minutes with no activity at their terminal. need this
script to run at 11:00 pm, and warn the user
about 5 minutes before i log them off.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.