Search Results

Search: Posts Made By: jm0221
8,740
Posted By jm0221
Just to close this thread off, here's the...
Just to close this thread off, here's the solution since noone else came up with something easier:

function something {
# $1 = the directory to search from
# $2 = timeframe to check

echo 1 >...
8,740
Posted By jm0221
Cheers, that was one way I was going to go if...
Cheers, that was one way I was going to go if there wasn't another way, killing the find itself in a seperate program. Sorry bout the indentation, don't post to forums that much :)

John
2,239
Posted By jm0221
Little example for you: # Check for passed...
Little example for you:

# Check for passed in arguments
for i in $*
do
case "${i}" in
-h*) help_output ;;
-s1) valid_integer ${2}...
8,740
Posted By jm0221
stop unix find on a directory structure after finding 1st occurrence
Hi,

Has anyone tried to restrict Solaris 10 unix find on a large directory structure based on time to stop running after finding the first occurrence of a matching query. Basically I'm trying to...
Showing results 1 to 4 of 4

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