Search Results

Search: Posts Made By: juanklavera
3,091
Posted By juanklavera
Solved, instead of filter_list=$filter_list"...
Solved, instead of

filter_list=$filter_list" \( ! -name \"$BASEDIR\" -prune \)"

I should use

filter_list=$filter_list" ( ! -name "$BASEDIR" -prune )"
3,091
Posted By juanklavera
i'm getting the same error both ways
i'm getting the same error both ways
3,091
Posted By juanklavera
No, -ls is a valid option... i'm using it instead...
No, -ls is a valid option... i'm using it instead of find...| xargs ls
3,091
Posted By juanklavera
Hi, the result is /mydir/mysubdir \( ! -name...
Hi, the result is /mydir/mysubdir \( ! -name mysubdir -prune \) -type f -mtime -3
so, the find looks like this find /mydir/mysubdir \( ! -name mysubdir -prune \) -type f -mtime -3 -ls
it works if...
3,091
Posted By juanklavera
Extrange Find command Issue
Hi all, i'm new at shell scripting world...
I'm working on a script for searching old files on a server, this scripts runs with a configuration file wich indicates where to search the files, the...
Showing results 1 to 5 of 5

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