seanc217 wrote:How about writing a Korn shell script to capture the size?
You could do an ls and pipe that into awk and capture the file size there.
But its for windows.
Code: Select all
SELECT NAME FROM DS_JOBOBJECTS WHERE OBJNAME LIKE 'ROOT'Code: Select all
UPDATE DS_JOBOBJECTS SET READONLY = 'RO' WHERE READONLY = 'NRO' AND NAME IN (SELECT NAME FROM DS_JOBS WHERE CATEGORY LIKE '%xxxxx%')