If the Bluetooth File Transfer wizard displays a message stating This Bluetooth device or computer cannot process files of this type when you try to transfer any file type from your mobile ...
While eDiscovery has mastered the processing of standard documents over the years, files created by proprietary software require a more complex approach to get them into readable format. Over the ...
unset a i while IFS= read -d $'\0' -r file ; do a[i++]="$( du -h "$file" )" done < <( find $scanDir -type f -print0 -size +1M ) for line in "${a[@]}"; do blahblahblah ...