Search Results

Search: Posts Made By: jim mcnamara
2,094
Posted By jim mcnamara
using bash this is one way -- example : ...
using bash this is one way -- example :


#!/bin/bash
cd /starting/path
find -maxdepth 1 -mtime +10 -type d | sort |
while read -r dir
do
n=0
find "$dir" -type f -exec ((...
Showing results 1 to 1 of 1

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