Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. barakat

    script problem - not a directory

    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...
  2. barakat

    need help with my unix script

    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.

Part and Inventory Search

Back
Top