Search Results

Search: Posts Made By: the_gripmaster
1,890
Posted By the_gripmaster
find *.doc -mtime -1 -ls > test.log if [ $?...
find *.doc -mtime -1 -ls > test.log

if [ $? -ne 0 ]; then
echo "Server password expires" >> test.log
fi
1,770
Posted By the_gripmaster
find /path -iname "*root"
find /path -iname "*root"
Showing results 1 to 2 of 2

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